Skip to content

Commit 610ed94

Browse files
committed
chore: remove warning icon
1 parent 4e528ba commit 610ed94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/AppMobileDetector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const isMobile = ref(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera M
77

88
<div v-else class="min-h-screen flex flex-col items-center justify-center px-[14px]">
99
<var-result
10-
class="fz-24 max-w-[350px] bg-transparent"
10+
class="max-w-[350px] bg-transparent"
1111
type="warning"
1212
:title="$t('app.warning')"
1313
:description="$t('app.pleaseUseMobileVisit')"

src/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app": {
33
"pleaseUseMobileVisit": "Please use a mobile device to access",
4-
"warning": "⚠️ WARNING"
4+
"warning": "WARNING"
55
},
66
"home": {
77
"darkMode": "🌗 Dark Mode",

src/locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app": {
3-
"warning": "⚠️ 警告",
3+
"warning": "警告",
44
"pleaseUseMobileVisit": "请使用移动设备访问"
55
},
66
"home": {

0 commit comments

Comments
 (0)