mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
footer: use constant link
This commit is contained in:
parent
937b545f85
commit
b0bd3f6430
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
import DiscordIcon from '~icons/prime/discord'
|
import DiscordIcon from '~icons/prime/discord'
|
||||||
import GithubIcon from '~icons/ri/github-fill'
|
import GithubIcon from '~icons/ri/github-fill'
|
||||||
import { discordLink } from '$lib/constants.mjs'
|
import { discordLink } from '$lib/constants.mjs'
|
||||||
|
import { forgejoLink } from '$lib/constants.mjs'
|
||||||
import RssIcon from '~icons/mingcute/rss-fill'
|
import RssIcon from '~icons/mingcute/rss-fill'
|
||||||
import ForgejoIcon from '~icons/fe/git'
|
import ForgejoIcon from '~icons/fe/git'
|
||||||
|
|
||||||
|
@ -86,7 +87,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a
|
<a
|
||||||
href="https://code.hyprland.org/"
|
href={forgejoLink}
|
||||||
class="text-slate-400 hover:text-slate-200"
|
class="text-slate-400 hover:text-slate-200"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
aria-label="Rss Feed"><ForgejoIcon class="h-12 w-12 " /></a
|
aria-label="Rss Feed"><ForgejoIcon class="h-12 w-12 " /></a
|
||||||
|
|
Loading…
Reference in a new issue