feat: refactored some stuff

This commit is contained in:
Nick 2024-12-11 03:48:49 -06:00
parent a7000d6302
commit d0617b7a90
41 changed files with 161 additions and 223 deletions

View file

@ -1,7 +1,7 @@
module Layouts.Navbar exposing (Model, Msg, Props, layout)
import Config.Data.Identity exposing (..)
import Config.Format.Format
import Config.Helpers.Format
exposing
( paragraphFontSize
, paragraphSpacing
@ -9,7 +9,7 @@ import Config.Format.Format
import Config.Style.Colour exposing (colourTheme)
import Config.Style.Fonts exposing (spartanFont)
import Config.Style.Glow exposing (glowDeepDarkGreyNavbar)
import Config.Style.Svgs
import Config.Style.Icons.Icons
exposing
( contact
, debate
@ -384,7 +384,7 @@ desktopButtonMaker route name icon =
<|
html icon
, el
((if route.path == Path.Hyperblog then
((if route.path == Path.Blog then
F.color colourTheme.textLightOrange
else