Skip to content

Commit

Permalink
refactor: add Alpha badge on Tayan card
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Aug 11, 2024
1 parent 25be06f commit 3f515f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/HeroCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ let gitHubTayanPage = () => {
<p class="flex items-center justify-between mt-2 text-sm">
<Badge variant="secondary"> JavaScript </Badge>
<Badge variant="secondary"> Statechain </Badge>
<Badge class="bg-gradient-to-r from-[#EB5E28] to-[#FCA311] via-[#EB5E28]">
Alpha
</Badge>
</p>
</CardDescription>
</CardHeader>
Expand Down

0 comments on commit 3f515f4

Please sign in to comment.