Skip to content

Commit ea89e91

Browse files
committed
Better logs showing
1 parent 17eb688 commit ea89e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/logs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>📝 TypescriptMate Logs</title>
5+
<title>📝 TypeScriptMate Logs</title>
66
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css">
77
<style>
88
body {
@@ -26,7 +26,7 @@
2626
</head>
2727

2828
<body>
29-
<h1>📝 TypescriptMate Logs</h1>
29+
<h1>📝 TypeScriptMate Logs</h1>
3030

3131
{% if comp %}
3232
<h2>Last 20 Completions</h2>

0 commit comments

Comments
 (0)