Skip to content

Commit

Permalink
Merge pull request #3398 from dfinity/rei/footer-links
Browse files Browse the repository at this point in the history
update press kit
  • Loading branch information
meodai authored Aug 28, 2024
2 parents 45f9e18 + 78e5aac commit 157a3c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,7 @@ const config = {
},
{
label: "Press Kit",
href: "https://internetcomputer.org/press-kit.zip",
isDownload: true,
href: "https://dfinity.frontify.com/d/pD7yZhsmpqos/press-kit",
},
],
},
Expand Down
8 changes: 3 additions & 5 deletions src/pages/news.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,20 +273,18 @@ function NewsPage() {
</li>
<li>
<Link
href="https://drive.google.com/drive/folders/10NqSanklRHU6N4DNLwmFAdP7AduL5x8Z"
href="https://dfinity.frontify.com/d/pD7yZhsmpqos/press-kit"
className="link-primary link-with-icon"
>
<DocumentIcon />
Press Kit
Press Kit <LinkArrowUpRight />
</Link>
</li>
<li>
<Link
href="https://dfinity.frontify.com/d/pD7yZhsmpqos"
className="link-primary link-with-icon"
>
<DocumentIcon />
Brand guidelines
Brand guidelines <LinkArrowUpRight />
</Link>
</li>
</ul>
Expand Down

0 comments on commit 157a3c1

Please sign in to comment.