Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
update the announcements base url to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
W3stside committed Dec 20, 2021
1 parent 69aadef commit 1364453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/components/Header/URLWarning/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const Wrapper = styled.div`
`

// Announcement content: Modify this file to edit the announcement
// https://github.com/gnosis/cowswap/blob/announcements/docs/announcements.md
const ANNOUNCEMENTS_MARKDOWN_BASE_URL = 'https://raw.githubusercontent.com/gnosis/cowswap/announcements/docs'
// https://github.com/gnosis/cowswap/blob/configuration/docs/announcements.md
const ANNOUNCEMENTS_MARKDOWN_BASE_URL = 'https://raw.githubusercontent.com/gnosis/cowswap/configuration/announcements'

function getAnnouncementUrl(chainId: number) {
return `${ANNOUNCEMENTS_MARKDOWN_BASE_URL}/announcements-${chainId}.md`
Expand Down

0 comments on commit 1364453

Please sign in to comment.