diff options
Diffstat (limited to 'view/main.templ')
-rw-r--r-- | view/main.templ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/main.templ b/view/main.templ index 06cb872..4ae917b 100644 --- a/view/main.templ +++ b/view/main.templ @@ -1,14 +1,14 @@ package view
import (
- "stevenlr.com/timer/model"
+ "stevenlr.com/locker/model"
)
templ Main(contents templ.Component, currentUser *model.User) {
<!DOCTYPE html>
<html>
<head>
- <title>Cool timer app</title>
+ <title>Cool locker app</title>
<link rel="stylesheet" href="/static/style.css" />
<script type="module" src="/static/ui-components.js"></script>
<script src="/static/htmx.min.js"></script>
|