Skip to content

Commit

Permalink
Merge pull request #692 from input-output-hk/feature/update-dashboard
Browse files Browse the repository at this point in the history
Feature/update dashboard
  • Loading branch information
olgahryniuk authored Feb 21, 2025
2 parents 3bae039 + 89ded96 commit f6db35c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 24 deletions.
14 changes: 4 additions & 10 deletions src/components/Homepage/DocumentationWebsites/WebsitesGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const WebsitesGrid = () => (
<GridSection>
<GridSectionHeading>Smart contracts:</GridSectionHeading>
<GridSectionEntry
color={'#4BB4D51A'}
imgSrc={'assets/websites-grid/plutus.svg'}
color={'#F1F5FF'}
imgSrc={'assets/websites-grid/plinth.svg'}
url={'https://plutus.cardano.intersectmbo.org/docs/'}
index={1}
/>
Expand Down Expand Up @@ -114,23 +114,17 @@ const WebsitesGrid = () => (
url={'https://docs.intersectmbo.org/'}
index={3}
/>
<GridSectionEntry
color={'#016C83'}
imgSrc={'assets/websites-grid/sancho-net.svg'}
url={'https://sancho.network/'}
index={7}
/>
<GridSectionEntry
theme={'linear-gradient(90deg, #EAEFFD 0%, #FCF3F0 100%);'}
imgSrc={'assets/websites-grid/gov-tool.svg'}
url={'https://docs.gov.tools/'}
index={9}
index={7}
/>
<GridSectionEntry
color={'rgba(42, 65, 232, 0.10)'}
imgSrc={'assets/websites-grid/catalyst.svg'}
url={'https://docs.projectcatalyst.io/'}
index={11}
index={9}
/>
</GridSection>
</StyledGrid>
Expand Down
17 changes: 17 additions & 0 deletions static/assets/websites-grid/plinth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions static/assets/websites-grid/plutus.svg

This file was deleted.

1 comment on commit f6db35c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-5aqvhj3m5-iog.vercel.app
https://cardano-documentation.vercel.app

Built with commit f6db35c.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.