Skip to content

Commit

Permalink
Merge pull request #9 from rosset-nocpes/add-github-links
Browse files Browse the repository at this point in the history
add github links
  • Loading branch information
olexh authored May 5, 2024
2 parents 9f22d21 + 17f54b9 commit 424d42b
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion app/(pages)/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import * as React from 'react';
import ArcticonsMonobank from '~icons/arcticons/monobank';
import MdiGithub from '~icons/mdi/github';
import MingcuteTelegramFill from '~icons/mingcute/telegram-fill';
import SimpleIconsBuymeacoffee from '~icons/simple-icons/buymeacoffee';

Expand Down Expand Up @@ -76,7 +77,34 @@ const Footer = () => {
</DropdownMenuContent>
</DropdownMenu>
</div>
<div className="flex items-center justify-center lg:justify-end">
<div className="flex items-center justify-center gap-4 lg:justify-end">
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Button size="sm" variant="ghost">
<MdiGithub />
GitHub
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent>
<DropdownMenuItem asChild>
<Link
href="https://github.com/olexh/hikka-next"
target="_blank"
>
Фронтенд
</Link>
</DropdownMenuItem>
<DropdownMenuItem asChild>
<Link
href="https://github.com/volbil/hikka"
target="_blank"
rel="noreferrer"
>
Бекенд
</Link>
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>
<Label
id="hikka-footer-label"
className="text-muted-foreground"
Expand Down

0 comments on commit 424d42b

Please sign in to comment.