Fix missing assets (#742)

This commit is contained in:
Zebreus 2024-03-13 01:10:48 +01:00 committed by GitHub
parent 8b3f5910fd
commit e0d3167c42
Failed to generate hash of commit
6 changed files with 21 additions and 3 deletions

View file

@ -385,7 +385,7 @@ view model =
[ div [ class "navbar-inner" ]
[ div [ class "container" ]
[ a [ class "brand", href "https://nixos.org" ]
[ img [ alt "NixOS logo", src "https://nixos.org/logo/nix-wiki.png", class "logo" ] []
[ img [ alt "NixOS logo", src "/images/nix-logo.png", class "logo" ] []
]
, div []
[ ul [ class "nav pull-left" ]

File diff suppressed because one or more lines are too long

9
frontend/src/assets/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>NixOS Search</title>
<link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/bootstrap.min.css"/>
<link rel="stylesheet" href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css"/>
<link rel="stylesheet" href="/bootstrap-responsive.min.css"/>
<link rel="shortcut icon" type="image/png" href="https://nixos.org/favicon.png"/>