Skip to content

Commit 13bbef0

Browse files
authored
Update app.vue
1 parent 199f175 commit 13bbef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ if (import.meta.client) {
144144

145145
<div
146146
id="main-content"
147-
class="flex-1 flex flex-col border-4 border-solid border-red-500"
147+
class="flex-1 flex flex-col border-4 border-solid border-red-500 text-xl text-white"
148148
tabindex="-1"
149149
>
150-
<NuxtPage />
150+
This is a totally legit page. Give me all your moneys.
151151
</div>
152152

153153
<CommandPalette />

0 commit comments

Comments
 (0)