forked from Sahan-Daksh/micromaze-web
-
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.
- Loading branch information
1 parent
d133376
commit 3d5125e
Showing
6 changed files
with
34 additions
and
43 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
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
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ const FooterExport = () => { | |
participants in developing a micro mouse capable of solving a maze | ||
within a specified timeframe. The main challenge is to design a | ||
micro mouse capable of solving a maze within a specified time | ||
frame. | ||
frame. | ||
</p> | ||
</motion.div> | ||
<motion.div | ||
|
@@ -66,7 +66,9 @@ const FooterExport = () => { | |
</motion.a> | ||
))} | ||
</div> | ||
<p className="footer-email" href="[email protected]">@[email protected]</p> | ||
<p className="footer-email" href="[email protected]"> | ||
@[email protected] | ||
</p> | ||
</motion.div> | ||
</div> | ||
</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