From 7b29408165bfca80d6c0c344dd275a1c880fd799 Mon Sep 17 00:00:00 2001 From: CommunityMaintained <293462701+CommunityMaintained@users.noreply.github.com> Date: Sun, 14 Jun 2026 13:52:28 -0500 Subject: [PATCH] fix: linter --- .../components/layouts/partials/sidebar.html.heex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex index 02e10df..8b81989 100644 --- a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex +++ b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex @@ -49,7 +49,12 @@ href="https://github.com/kieraneglin/pinchflat/wiki" icon_class="scale-110" /> - <.sidebar_item icon="si-github" text="Github" target="_blank" href="https://github.com/CommunityMaintained/pinchflat" /> + <.sidebar_item + icon="si-github" + text="Github" + target="_blank" + href="https://github.com/CommunityMaintained/pinchflat" + />