Skip to content

Commit

Permalink
Merge pull request #11 from Design-System-Project/feat/feedback-button
Browse files Browse the repository at this point in the history
add feedback button to navigation
  • Loading branch information
tomasfrancisco authored Aug 23, 2024
2 parents f7065aa + 87fb245 commit d49b50c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/dashboard/src/components/navigation/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,17 @@ export function Navigation({ className, projects }: NavigationProps) {
</div>

<div className="flex gap-2">
<Button variant="ghost" size="icon" title="GitHub">
<Button variant="ghost" asChild>
<Link href="https://ds-project.supahub.com">
Feedback <Icons.StarFilledIcon className="ml-2" />
</Link>
</Button>
<Button variant="ghost" size="icon" title="GitHub" asChild>
<Link href="https://github.com/Design-System-Project" target="_blank">
<Icons.GitHubLogoIcon />
</Link>
</Button>
<Button variant="ghost" size="icon" title="Discord">
<Button variant="ghost" size="icon" title="Discord" asChild>
<Link href="https://discord.gg/AKza6Mqr" target="_blank">
<Icons.DiscordLogoIcon />
</Link>
Expand Down

0 comments on commit d49b50c

Please sign in to comment.