Skip to content

Commit 954f89d

Browse files
committed
Refactor assets layout
* Move src/fonts/* into src/assets/fonts/* because they are assets. * Move authors' photos from src/assets/* to src/assets/photos/* to avoid mess and confusion. * Move src/assets/favicon.ico to src/assets/icons/*.
1 parent e1c0f26 commit 954f89d

File tree

14 files changed

+9
-9
lines changed

14 files changed

+9
-9
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/components/About.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import React from 'react';
22
import Title from './common/Title';
33

44
import '../styles/AboutUs.styl';
5-
import RomanImage from '../assets/roman.jpg';
6-
import IhorImage from '../assets/ihor.jpg';
7-
import OlhaImage from '../assets/olha.jpg';
8-
import AinuraImage from '../assets/ainura.jpg';
9-
import KaterynaImage from '../assets/kateryna.jpg';
5+
import RomanImage from '../assets/photos/roman.jpg';
6+
import IhorImage from '../assets/photos/ihor.jpg';
7+
import OlhaImage from '../assets/photos/olha.jpg';
8+
import AinuraImage from '../assets/photos/ainura.jpg';
9+
import KaterynaImage from '../assets/photos/kateryna.jpg';
1010

1111
const About = () => (
1212
[

0 commit comments

Comments
 (0)