refactor: rename style to styles

This commit is contained in:
theo 2024-04-26 23:46:53 +02:00
parent d8fb60f23c
commit 50688c6fbe
78 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pub fn header() -> Markup {
meta charset="utf-8"; meta charset="utf-8";
title class="title" { "Clego" } title class="title" { "Clego" }
script src="/public/htmx.min.js" {}; script src="/public/htmx.min.js" {};
link rel="stylesheet" href="/public/styles/main.css"; link rel="stylesheet" href="/public/styles/global.css";
link rel="icon" href="/public/favicon.ico"; link rel="icon" href="/public/favicon.ico";
} }
section class="hero is-primary is-small"{ section class="hero is-primary is-small"{