mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Add a way to access it via nav
This commit is contained in:
parent
d85c2cbf87
commit
5c74b40ebc
1 changed files with 7 additions and 0 deletions
|
@ -102,6 +102,13 @@ export function Navigation(props: NavigationProps) {
|
|||
>
|
||||
<IconPatch icon={Icons.GITHUB} clickable downsized />
|
||||
</a>
|
||||
<a
|
||||
href="/flix"
|
||||
rel="noreferrer"
|
||||
className="text-xl text-white tabbable rounded-full"
|
||||
>
|
||||
<IconPatch icon={Icons.RISING_STAR} clickable downsized />
|
||||
</a>
|
||||
</div>
|
||||
<div className="relative pointer-events-auto">
|
||||
<LinksDropdown>
|
||||
|
|
Loading…
Reference in a new issue