Skip to content

Commit 99dfbf3

Browse files
committed
Adjust about page
1 parent 2f4cfa3 commit 99dfbf3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/about.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>About GTT</title>
5+
<title>About gtt taskbar</title>
66
<link rel="stylesheet" href="css/font-awesome.css">
77
<link rel="stylesheet" href="build/app.css">
88
<script type="text/javascript" src="render.js"></script>
@@ -12,15 +12,15 @@
1212
<div id="app">
1313
<div class="container">
1414
<div>
15-
<h3>GTT</h3>
16-
GitLab Time Tracker<br>
15+
<h3>gtt taskbar</h3>
16+
GitLab Time Tracker Taskbar/Menubar application<br>
1717
<small>Version {{ version }}</small>
1818
</div>
1919

2020
<hr>
2121

22-
<p>Developed by <a @click.prevent="open('https://kris.cool')" href="#">Kris Siepert</a><br>
23-
<a href="#" @click.prevent="open('mailto:[email protected]')">Click here</a> for contact and support.</p>
22+
<p>Created by <a @click.prevent="open('https://kris.cool')" href="#">Kris Siepert</a><br>
23+
<a href="#" @click.prevent="open('https://github.com/kriskbx/gitlab-time-tracker-taskbar')">Click here</a> for contact and support.</p>
2424

2525
<hr>
2626

0 commit comments

Comments
 (0)