generated from theodorusclarence/ts-nextjs-tailwind-starter
-
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.
fix: check for something that is actually in the dom
- Loading branch information
1 parent
f15a816
commit 3a31ba8
Showing
2 changed files
with
2 additions
and
7 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 |
---|---|---|
|
@@ -88,10 +88,6 @@ export default function HomePage() { | |
<FaWhatsapp className='text-emerald-500 hover:text-emerald-200 w-6 h-6' /> | ||
</a> | ||
</div> | ||
<div className='flex items-center'> | ||
<FaEnvelope className='mr-2 text-primary-400' /> | ||
[email protected] | ||
</div> | ||
<div className='flex items-center'> | ||
<FaBuilding className='mr-2 text-primary-400' /> | ||
<p> | ||
|