mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 10:55:58 +01:00
parent
e01a1908a4
commit
b4762f0dbd
3 changed files with 20 additions and 2 deletions
|
@ -56,8 +56,16 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<div class="pretitle" font-bold>Github</div>
|
<div class="pretitle" font-bold>Socials</div>
|
||||||
<ul class="flex gap-6">
|
<ul class="flex gap-6">
|
||||||
|
<li class="">
|
||||||
|
<a
|
||||||
|
href="https://discord.com/invite/hQ9XvMUjjr"
|
||||||
|
class="text-slate-400 hover:text-slate-200"
|
||||||
|
aria-label="Join us on Discord"
|
||||||
|
target="_blank"><DiscordIcon class="h-12 w-12 " /></a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/hyprwm/Hyprland"
|
href="https://github.com/hyprwm/Hyprland"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<WallOfFameSlice />
|
<WallOfFameSlice />
|
||||||
|
|
||||||
<!-- <Community /> -->
|
<Community />
|
||||||
|
|
||||||
<InstallSlice />
|
<InstallSlice />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -60,6 +60,16 @@
|
||||||
<ul
|
<ul
|
||||||
class="flex flex-row items-center gap-3 px-4 lg:ml-4 lg:mr-2 lg:rounded-full lg:border lg:border-purple-400"
|
class="flex flex-row items-center gap-3 px-4 lg:ml-4 lg:mr-2 lg:rounded-full lg:border lg:border-purple-400"
|
||||||
>
|
>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://discord.com/invite/hQ9XvMUjjr"
|
||||||
|
class="social-icon"
|
||||||
|
aria-label="Join us on Discord"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<DiscordIcon class="h-full w-full" />
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/hyprwm/Hyprland"
|
href="https://github.com/hyprwm/Hyprland"
|
||||||
|
|
Loading…
Reference in a new issue