-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing some bugs for better appearance
- Loading branch information
1 parent
df070db
commit d8c9123
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ function Footer() { | |
<div className='leading-none text-xs md:text-base break-words flex flex-col gap-3 font-light flex-grow'> | ||
<p>K309 St , Makuza plaza, Nyarugenge , Kigali, Rwanda</p> | ||
<p>[email protected]</p> | ||
<p>+250 788888888</p> | ||
<p>+250 788 888 888</p> | ||
</div> | ||
<div className='flex gap-2'> | ||
<a href='#' target='_blank'> | ||
|
@@ -66,12 +66,12 @@ function Footer() { | |
Join | ||
</button> | ||
</div> | ||
<span className='text-xs text-redColor text-left'>Email is not valid</span> | ||
{/* <span className='text-xs text-redColor text-left'>Email is not valid</span> */} | ||
</form> | ||
</div> | ||
</div> | ||
<p className='p-3 md:p-4 xl:px-10 2xl:w-[1440px] text-xs text-center xl:text-left '> | ||
© 2024 Mavericks Shop. All rights reserved. | ||
© {new Date().getFullYear()} Mavericks Shop. All rights reserved. | ||
</p> | ||
</div> | ||
</> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters