File tree Expand file tree Collapse file tree 6 files changed +4
-6
lines changed
javascript-version/resources
typescript-version/resources Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import misc404 from '@images/pages/404.png'
66<template >
77 <div class =" misc-wrapper" >
88 <ErrorHeader
9- error-code =" 404"
109 error-title =" Page Not Found ⚠️"
1110 error-description =" We couldn't find the page you are looking for."
1211 />
@@ -16,7 +15,7 @@ import misc404 from '@images/pages/404.png'
1615 <VImg
1716 :src =" misc404"
1817 alt =" Coming Soon"
19- :max-width =" 800 "
18+ :max-width =" 500 "
2019 class =" mx-auto"
2120 />
2221 <VBtn
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const desserts = [
6565 v-for =" item in desserts"
6666 :key =" item.dessert"
6767 >
68- <td class = " text-center " >
68+ <td >
6969 {{ item.dessert }}
7070 </td >
7171 <td class =" text-center" >
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import misc404 from '@images/pages/404.png'
66<template >
77 <div class =" misc-wrapper" >
88 <ErrorHeader
9- error-code =" 404"
109 error-title =" Page Not Found ⚠️"
1110 error-description =" We couldn't find the page you are looking for."
1211 />
@@ -16,7 +15,7 @@ import misc404 from '@images/pages/404.png'
1615 <VImg
1716 :src =" misc404"
1817 alt =" Coming Soon"
19- :max-width =" 800 "
18+ :max-width =" 500 "
2019 class =" mx-auto"
2120 />
2221 <VBtn
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const desserts = [
6565 v-for =" item in desserts"
6666 :key =" item.dessert"
6767 >
68- <td class = " text-center " >
68+ <td >
6969 {{ item.dessert }}
7070 </td >
7171 <td class =" text-center" >
You can’t perform that action at this time.
0 commit comments