Skip to content

Commit df66be1

Browse files
committed
feat: Update UI
1 parent a4e6aab commit df66be1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'version' => '2.2.1',
4+
'version' => '2.2.2',
55

66
'domains' => [
77
'mtex.dev',
@@ -10,6 +10,9 @@
1010
'status.mtex.dev',
1111
'legal.mtex.dev',
1212
'diff.mtex.dev',
13+
'github.mtex.dev',
14+
'index.mtex.dev',
15+
1316
'gimy.site',
1417
'getmy.name',
1518
'api.getmy.name',

index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
<a href="https://legal.mtex.dev/privacy" class="footer-link">Privacy</a>
7171
<span class="dot">•</span>
7272
<a href="https://status.mtex.dev" class="footer-link">Status</a>
73+
<span class="dot">•</span>
74+
<a href="https://github.mtex.dev" class="footer-link">GitHub</a>
7375
</nav>
7476

7577
<div class="footer-info">

0 commit comments

Comments
 (0)