mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
Remove discord
This commit is contained in:
parent
4979bf2a39
commit
3e3eab848c
3 changed files with 2 additions and 20 deletions
|
@ -56,16 +56,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<div class="pretitle" font-bold>Socials</div>
|
<div class="pretitle" font-bold>Github</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,16 +60,6 @@
|
||||||
<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