Skip to content

Commit

Permalink
change discord link (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
alidevjimmy authored Dec 19, 2024
1 parent 6d9565d commit 5ea4578
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
discord: "https://discord.gg/pactus"
2 changes: 1 addition & 1 deletion layouts/community/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="md:text-4xl text-3xl font-bold text-neutral-50 text-left">
<div class="flex gap-x-4 mt-5 text-center items-center justify-center">
<a
target="_blank"
href="https://discord.gg/H5vZkNnXCu"
href="{{.Site.Data.links.discord}}"
class="btn btn-lg btn-circle bg-[#0D1116]">
<svg
width="35"
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="mt-5">
<div class="flex gap-x-3">
<a
href="https://discord.gg/H5vZkNnXCu"
href="{{.Site.Data.links.discord}}"
target="_blank"
class="btn btn-sm btn-circle bg-[#000] border border-[#4F4F4F]">
<svg
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/single-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<div class="grid grid-cols-4 gap-4 mb-4 md:mb-0">
<a
target="_blank"
href="https://discord.gg/H5vZkNnXCu"
href="{{.Site.Data.links.discord}}"
class="btn btn-sm btn-circle bg-[#000]">
<svg
width="16"
Expand Down

0 comments on commit 5ea4578

Please sign in to comment.