File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defineProps({
2020<template >
2121 <button
2222 :disabled =" disabled"
23- class =" text-red-500 btn "
23+ class =" btn text-red-500"
2424 :class =" {
2525 [`btn-color-${color}`]: color,
2626 [`btn-size-${size}`]: size,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const router = useRouter()
44
55<template >
66 <div class =" card" >
7- <div class =" col-12 mt-10 text-center" >
7+ <div class =" mt-10 text-center col-12 " >
88 <img src =" /nuxt-logo.svg" alt =" Nuxt logo" class =" mb-5" style =" width :81px ; height :60px ;" >
99 </div >
1010 <main class =" text-8xl text-teal-700 px-4 py-10 text-center" >
@@ -18,7 +18,7 @@ const router = useRouter()
1818 <h1 class =" text-2xl text-5xl font-bold text-center" >
1919 Page not found ...
2020 </h1 >
21- <div class =" col-12 mt-5 text-center" >
21+ <div class =" mt-5 text-center col-12 " >
2222 <Button icon =" pi pi-arrow-left" label =" Back to home" @click =" router.push('/')" />
2323 </div >
2424 </div >
You can’t perform that action at this time.
0 commit comments