Skip to content

Commit

Permalink
fix: html title
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Jun 12, 2024
1 parent 0f926c2 commit b733ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"os"
)

const version = "0.6.6"
const version = "0.6.7"

//go:embed web
var templates embed.FS
Expand Down
2 changes: 1 addition & 1 deletion web/templates/heartbeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</head>
<body class="bg-gray-100">
<div class="container mx-auto p-6">
<h1 class="text-3xl font-bold mb-6 text-center">Heartbeat Monitor</h1>
<h1 class="text-3xl font-bold mb-6 text-center">Heartbeat</h1>
<div class="bg-white shadow-lg rounded-lg p-6">
<table id="heartbeatTable" class="min-w-full bg-white">
<thead>
Expand Down

0 comments on commit b733ba8

Please sign in to comment.