mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 22:13:56 -05:00
Merge pull request #63 from privacy-scaling-explorations/dev
fix: Updated Discord Invites
This commit is contained in:
@@ -7,7 +7,7 @@ function Discord() {
|
||||
<div id="call_to_action">
|
||||
<div className="cta">
|
||||
<div className="discord-text text-2xl lg:text-3xl font-semibold">Join our conversation on Discord!</div>
|
||||
<a href="https://discord.gg/g5YTV7HHbh" target="_blank" rel="noopener noreferrer" aria-label="PSE Discord link">
|
||||
<a href="https://discord.gg/sF5CT5rzrR" target="_blank" rel="noopener noreferrer" aria-label="PSE Discord link">
|
||||
<img style={{ width: "4rem" }} src={discord} alt="" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function Footer() {
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-links">
|
||||
<a href="https://discord.gg/g5YTV7HHbh" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://discord.gg/sF5CT5rzrR" target="_blank" rel="noopener noreferrer">
|
||||
<span>Chat with us</span>
|
||||
<img src={discord} alt="Discord Icon" />
|
||||
</a>
|
||||
|
||||
@@ -28,7 +28,7 @@ function Navbar() {
|
||||
<a href="https://twitter.com/PrivacyScaling" aria-label="PSE Twitter link" target="_blank" rel="noopener noreferrer">
|
||||
<img src={twitter} alt="" />
|
||||
</a>
|
||||
<a href="https://discord.gg/g5YTV7HHbh" aria-label="PSE Discord link" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://discord.gg/sF5CT5rzrR" aria-label="PSE Discord link" target="_blank" rel="noopener noreferrer">
|
||||
<img src={discord} alt="" />
|
||||
</a>
|
||||
<a href="https://mirror.xyz/privacy-scaling-explorations.eth" aria-label="PSE Mirror" target="_blank" rel="noopener noreferrer">
|
||||
|
||||
Reference in New Issue
Block a user