File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
packages/astro/src/default/components Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- <nav
2- class =" bg-tk-elements-footer-backgroundColor border-t border-tk-elements-app-borderColor flex justify-between p-4"
3- >
1+ <nav class =" bg-tk-elements-footer-backgroundColor border-t border-tk-elements-app-borderColor flex justify-between p-4" >
42 <div class =" flex-1" >
53 <slot name =" terms" />
64 </div >
108 <div class =" flex-1" >
119 <slot name =" copyright" />
1210 </div >
13- </nav >
11+ </nav >
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ const currentYear = new Date().getFullYear();
1111 <Terms slot =" terms" />
1212 <ContactInfo slot =" contact-info" />
1313 <p slot =" copyright" >© { currentYear } Your Company. All rights reserved.</p >
14- </Footer >
14+ </Footer >
You can’t perform that action at this time.
0 commit comments