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" >
4
2
<div class =" flex-1" >
5
3
<slot name =" terms" />
6
4
</div >
10
8
<div class =" flex-1" >
11
9
<slot name =" copyright" />
12
10
</div >
13
- </nav >
11
+ </nav >
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ const currentYear = new Date().getFullYear();
11
11
<Terms slot =" terms" />
12
12
<ContactInfo slot =" contact-info" />
13
13
<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