Skip to content

Commit 545630b

Browse files
committed
Replace deprecated navbar-dark class with data-bs-theme="dark"
1 parent c3e3d74 commit 545630b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/ui/layout/base.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ templ JSTags(manifest *Manifest) {
6868
}
6969

7070
templ Navigation(path string) {
71-
<nav class="navbar navbar-expand-md navbar-dark navbar-border-brand bg-dark mb-4">
71+
<nav class="navbar navbar-expand-md navbar-border-brand bg-dark mb-4" data-bs-theme="dark">
7272
<div class="container-fluid">
7373
<a class="navbar-brand" href="/">
7474
<img alt="Arch Linux" height="40" width="190" src="/static/archlogo.svg" class="d-inline-block align-text-top"/>

0 commit comments

Comments
 (0)