diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b50766..220f9a5 120000 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1 +1 @@ -/nix/store/4wj49hvsmkannf285i53qczyjggvly5w-pre-commit-config.json \ No newline at end of file +/nix/store/j8cvalbr8zkxdw6s2pnf2zhymd2m42r1-pre-commit-config.json \ No newline at end of file diff --git a/flake.lock b/flake.lock index bba39c3..bebb965 100644 --- a/flake.lock +++ b/flake.lock @@ -88,11 +88,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1740274080, - "narHash": "sha256-tDNZc/PVt9z2m7i5PKuYJ9Ii60A2oNrtl6qTeqqmoJc=", + "lastModified": 1746928027, + "narHash": "sha256-kqJdF25vHpQTnagr6ixYr86ZJ953406byaJf48muhS8=", "owner": "jeslie0", "repo": "mkElmDerivation", - "rev": "93c08ae888748f71873539bebcae981cf72f3f44", + "rev": "74f7e6eb1cd18995071980f5dccf867e2b620db4", "type": "github" }, "original": { @@ -119,11 +119,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1740695751, - "narHash": "sha256-D+R+kFxy1KsheiIzkkx/6L63wEHBYX21OIwlFV8JvDs=", + "lastModified": 1746663147, + "narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6313551cd05425cd5b3e63fe47dbc324eabb15e4", + "rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54", "type": "github" }, "original": { @@ -194,11 +194,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1737465171, - "narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=", + "lastModified": 1746537231, + "narHash": "sha256-Wb2xeSyOsCoTCTj7LOoD6cdKLEROyFAArnYoS+noCWo=", "owner": "cachix", "repo": "pre-commit-hooks.nix", - "rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17", + "rev": "fa466640195d38ec97cf0493d6d6882bc4d14969", "type": "github" }, "original": { diff --git a/src/Main.elm b/src/Main.elm index 1ba0f4f..f9ddaa8 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -539,10 +539,13 @@ menu model = , Font.family [ Font.typeface "Inter" ] , Font.size 18 ] - (row [ spacing 20 ] - [ inlineLinkInt "Entries" (model.path ++ "entries") - , inlineLinkInt "Access" (model.path ++ "about") - , inlineLinkInt "Colophon" (model.path ++ "colophon") + (column [ spacing 20 ] + [ row [] [ inlineLink "accessibility.mit.edu" "https://accessibility.mit.edu" ] + , row [ spacing 20 ] + [ inlineLinkInt "Entries" (model.path ++ "entries") + , inlineLinkInt "Access" (model.path ++ "about") + , inlineLinkInt "Colophon" (model.path ++ "colophon") + ] ] )