aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-02 18:39:30 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-02 18:39:30 +0300
commit59a769d3048a49043a4f9594c18ff97c504f461f (patch)
tree0d4549ad2413d879a1b74bdce7dfb06e129af692
parent1790a3f5447907338cdbbfc9f44256cf74f36e31 (diff)
Update page titles
-rw-r--r--Aamukampa.Core/Views.fs2
-rw-r--r--Aamukampa.Frontend/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/Aamukampa.Core/Views.fs b/Aamukampa.Core/Views.fs
index 939acec..09bc236 100644
--- a/Aamukampa.Core/Views.fs
+++ b/Aamukampa.Core/Views.fs
@@ -12,7 +12,7 @@ module Document =
head [] [
meta [ charset "utf-8" ]
meta [ name "viewport"; content "width=device-width" ]
- Elem.title [] [ raw "TJ-laskuri" ]
+ Elem.title [] [ raw "Aamukampa" ]
script [ type' "module"; src "/js/app.js" ] []
link [ rel "stylesheet"; href "/styles.css" ]
]
diff --git a/Aamukampa.Frontend/index.html b/Aamukampa.Frontend/index.html
index 79b1c82..25ea4b1 100644
--- a/Aamukampa.Frontend/index.html
+++ b/Aamukampa.Frontend/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
- <title>TJ-laskuri</title>
+ <title>Aamukampa</title>
</head>
<body>
<script type="module" src="/App.fs.js"></script>