Skip to content

Commit 05ce9fd

Browse files
committed
styling: Make New version text bold
1 parent ec58f42 commit 05ce9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Created Date: 2024-03-23 12:52:57
66
* Author: 3urobeat
77
*
8-
* Last Modified: 2024-04-30 17:29:44
8+
* Last Modified: 2024-05-31 16:24:48
99
* Modified By: 3urobeat
1010
*
1111
* Copyright (c) 2024 3urobeat <https://github.com/3urobeat>
@@ -81,7 +81,7 @@
8181
<div class="flex flex-col text-xs lg:text-sm opacity-50">
8282
<div :class="onlineVersion && onlineVersion != packagejson.version ? '' : 'hidden'" class="mb-4 px-1 py-0.5 bg-bg-embed-light dark:bg-bg-embed-dark outline outline-2 outline-border-secondary-light dark:outline-border-secondary-dark rounded-lg">
8383
<p class="font-semibold">Update available!</p>
84-
<p>New version: <span class="text-green-500">{{ onlineVersion }}</span></p>
84+
<p>New version: <span class="text-green-500 font-extrabold">{{ onlineVersion }}</span></p>
8585
Read the patch notes <a class="underline hover:text-gray-500" :href="'https://github.com/3urobeat/git-anon/releases/tag/' + onlineVersion" target="_blank">here!</a>
8686
</div>
8787

0 commit comments

Comments
 (0)