Skip to content

Update mirall0x logo in projects page #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions components/projects-components/CurrentProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'
import MediaCard from './MediaCard';
import { Grid, Typography } from '@mui/material';
import IconLego from '../../public/icons/IconLego';
import IconDashboard from '../../public/icons/IconDashboard';
import IconReview from '../../public/icons/IconReview';
import IconBarChart from '../../public/icons/IconBarChart';
import IconPieChart from '../../public/icons/IconPieChart';
Expand All @@ -13,8 +12,8 @@ export default function CurrentProjects() {
const header = "Current sandbox projects";

const content: Array<any> = [
{ title: "Sybil Scorer", link: "https://github.com/poupou-web3/sybil-scorer", src: <img src='images/sybil-scorer.svg' width={150} /> },
{ title: "Mirall0x", link: "https://github.com/OpenDataforWeb3/Mirall0x", src: <IconDashboard height={130} width={130} color={'#713996'} /> },
{ title: "Sybil Scorer", link: "https://github.com/poupou-web3/sybil-scorer", src: <img src='images/sybil-scorer.svg' height={140} width={150} /> },
{ title: "Mirall0x", link: "https://github.com/OpenDataforWeb3/Mirall0x", src: <img src='images/mirall.svg' height={140} width={140} /> },
{ title: "GIS", link: "/main-project", src: <IconPieChart height={130} width={130} color={'#f57f02'} /> },
{ title: "Grants Review Dashboard", link: "https://github.com/OpenDataforWeb3-sandbox/Grant-Review-Dashboard", src: <IconReview height={130} width={130} color={'#713996'} /> },
{ title: "Datadex", link: "https://github.com/davidgasquez/datadex", src: <IconBarChart height={130} width={130} color={'#f57f02'} /> },
Expand Down
11 changes: 11 additions & 0 deletions public/images/mirall.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.