File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,5 +5,9 @@ exports[`ButtonElement renders correctly 1`] = `
55 <button
66 class = " text-white bg-primary h-10 w-32 rounded-md hover:shadow-lg transition-shadow duration-200 ease-in-out"
77 />
8+
9+ <!---->
10+
11+ <!---->
812</span >
913` ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exports[`PageFooter renders correctly 1`] = `
55 class = " h-20"
66>
77 <div
8- class = " flex items-center justify-around text-sm font-bold"
8+ class = " flex items-center justify-around mb-2 text-sm font-bold"
99 >
1010 <div
1111 class = " flex justify-center w-full"
@@ -35,9 +35,10 @@ exports[`PageFooter renders correctly 1`] = `
3535 <div
3636 class = " flex justify-center w-full"
3737 >
38- <img
39- class = " h-14"
40- src = " ~/static/logo.png"
38+ <nuxt-img
39+ alt = " Elucidate Logo"
40+ class = " h-12"
41+ src = " branding/logo_full.png"
4142 />
4243 </div >
4344
@@ -70,7 +71,7 @@ exports[`PageFooter renders correctly 1`] = `
7071 <hr />
7172
7273 <div
73- class = " flex items-center justify-center py-8 text-gray-400 text-4xl "
74+ class = " flex items-center justify-center py-8 text-4xl text-gray-400 "
7475 >
7576 <a
7677 href = " https://www.facebook.com/AtarSurvivalGuide/"
You can’t perform that action at this time.
0 commit comments