From 8abade22272ed46e37eba649843c0b9e607d3fd6 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 14 Jan 2025 12:58:12 -0800 Subject: [PATCH] Add a discord link in sidebar --- lib/pinchflat_web/components/layouts/partials/sidebar.html.heex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex index 6e5758b..9955492 100644 --- a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex +++ b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex @@ -50,6 +50,7 @@ icon_class="scale-110" /> <.sidebar_item icon="si-github" text="Github" target="_blank" href="https://github.com/kieraneglin/pinchflat" /> + <.sidebar_item icon="si-discord" text="Discord" target="_blank" href="https://discord.gg/j7T6dCuwU4" />