Skip to content

Commit

Permalink
Moved all svg icons to images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Shebuka committed Sep 9, 2024
1 parent db7abc2 commit cb37f17
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/components/footer/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Trans, useTranslation } from 'react-i18next';
import { Link } from 'react-router-dom';

import { ReactComponent as GithubIcon } from '../supporter/Github.svg';
import { ReactComponent as DiscordIcon } from '../supporter/Discord.svg';
import { ReactComponent as XIcon } from '../supporter/X.svg';
import { ReactComponent as GithubIcon } from '../../images/Github.svg';
import { ReactComponent as DiscordIcon } from '../../images/Discord.svg';
import { ReactComponent as XIcon } from '../../images/X.svg';

import './index.css';
import UkraineButton from '../ukraine-button/index.js';
Expand Down
4 changes: 2 additions & 2 deletions src/components/supporter/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReactComponent as PatreonIcon } from './Patreon.svg';
import { ReactComponent as GithubIcon } from './Github.svg';
import { ReactComponent as PatreonIcon } from '../../images/Patreon.svg';
import { ReactComponent as GithubIcon } from '../../images/Github.svg';

import './index.css';

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions src/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Link } from "react-router-dom";
import { Trans, useTranslation } from 'react-i18next';
import { Avatar, ThemeProvider, createTheme } from "@mui/material";

import { ReactComponent as GithubIcon } from '../../components/supporter/Github.svg';
import { ReactComponent as DiscordIcon } from '../../components/supporter/Discord.svg';
import { ReactComponent as XIcon } from '../../components/supporter/X.svg';
import { ReactComponent as GithubIcon } from '../../images/Github.svg';
import { ReactComponent as DiscordIcon } from '../../images/Discord.svg';
import { ReactComponent as XIcon } from '../../images/X.svg';

import SEO from '../../components/SEO.jsx';
import UkraineButton from '../../components/ukraine-button/index.js';
Expand Down

0 comments on commit cb37f17

Please sign in to comment.