-
Notifications
You must be signed in to change notification settings - Fork 1
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
2cecb47
commit d2534c4
Showing
2 changed files
with
22 additions
and
17 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 |
---|---|---|
@@ -1,23 +1,25 @@ | ||
import styles from './nav.module.css'; | ||
|
||
const Nav = () => { | ||
return ( | ||
<> | ||
<div className={styles.nav}> | ||
<div className={styles.nav_container}> | ||
<div className={styles.nav_item}> | ||
<a className={styles.logo}> | ||
<h1 className={styles.logo}>NT Co.</h1> | ||
</a> | ||
<div className={styles.line_container}></div> | ||
<div className={styles.logo_description}> | ||
<span className={styles.description_title}>digital agency</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</> | ||
); | ||
return ( | ||
<> | ||
<div className={styles.nav}> | ||
<div className={styles.nav_container}> | ||
<div className={styles.nav_item}> | ||
<h1 className={styles.logo}> | ||
<a href="https://www.nice-try.co" aria-label="Nice Try Co."> | ||
NT Co.<span hidden>- Nice Try Co.</span> | ||
</a> | ||
</h1> | ||
<div className={styles.line_container}></div> | ||
<div className={styles.logo_description}> | ||
<span className={styles.description_title}>digital agency</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</> | ||
); | ||
}; | ||
|
||
export default Nav; |
d2534c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nt-website-demo – ./
nt-website-demo-git-master-roykachani.vercel.app
nice-try.co
nt-website-demo.vercel.app
nt-website-demo-roykachani.vercel.app
www.nice-try.co