Page MenuHomePhabricator

D13798.diff
No OneTemporary

D13798.diff

diff --git a/landing/header.react.js b/landing/header.react.js
--- a/landing/header.react.js
+++ b/landing/header.react.js
@@ -108,6 +108,22 @@
/>
</div>
</a>
+ <a
+ href="https://github.com/CommE2E/comm"
+ target="_blank"
+ rel="noreferrer"
+ >
+ <div className={css.githubIcon}>
+ <FontAwesomeIcon icon={faGithub} className={css.icon} size="sm" />
+ </div>
+ </a>
+ <div className={css.menuIcon} onClick={onClickMobileNavIcon}>
+ <FontAwesomeIcon
+ icon={showMobileNav ? faTimes : faBars}
+ className={css.icon}
+ size="sm"
+ />
+ </div>
<a
href="https://warpcast.com/comm.eth"
target="_blank"
@@ -130,22 +146,6 @@
/>
</div>
</a>
- <a
- href="https://github.com/CommE2E/comm"
- target="_blank"
- rel="noreferrer"
- >
- <div className={css.githubIcon}>
- <FontAwesomeIcon icon={faGithub} className={css.icon} size="sm" />
- </div>
- </a>
- <div className={css.menuIcon} onClick={onClickMobileNavIcon}>
- <FontAwesomeIcon
- icon={showMobileNav ? faTimes : faBars}
- className={css.icon}
- size="sm"
- />
- </div>
</div>
</div>
</nav>
diff --git a/landing/mobile-nav.react.js b/landing/mobile-nav.react.js
--- a/landing/mobile-nav.react.js
+++ b/landing/mobile-nav.react.js
@@ -80,25 +80,25 @@
/>
</NavLink>
<a
- href="https://warpcast.com/comm.eth"
+ href="https://github.com/CommE2E/comm"
target="_blank"
rel="noreferrer"
>
- <FarcasterLogo size={20} className={css.icon} />
+ <FontAwesomeIcon icon={faGithub} className={css.icon} size="1x" />
</a>
<a
- href="https://twitter.com/commdotapp"
+ href="https://warpcast.com/comm.eth"
target="_blank"
rel="noreferrer"
>
- <FontAwesomeIcon icon={faTwitter} className={css.icon} size="1x" />
+ <FarcasterLogo size={20} className={css.icon} />
</a>
<a
- href="https://github.com/CommE2E/comm"
+ href="https://twitter.com/commdotapp"
target="_blank"
rel="noreferrer"
>
- <FontAwesomeIcon icon={faGithub} className={css.icon} size="1x" />
+ <FontAwesomeIcon icon={faTwitter} className={css.icon} size="1x" />
</a>
</div>
</nav>

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 22, 1:14 PM (11 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2561431
Default Alt Text
D13798.diff (2 KB)

Event Timeline