Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
use a separate path from where we store objects on the bucket for loc…
Browse files Browse the repository at this point in the history
…al items (#90)
  • Loading branch information
dpgraham4401 authored Sep 30, 2023
1 parent 6ac7f66 commit b306b8f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions src/features/AboutMe/AboutMe.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import blogUrl from "/static/blog.png";
import constructionUrl from "/static/construction.png";
import docUrl from "/static/file.png";
import recycleUrl from "/static/recycle-symbol.png";
import blogUrl from "/assets/images/blog.png";
import constructionUrl from "/assets/images/construction.png";
import docUrl from "/assets/images/file.png";
import recycleUrl from "/assets/images/recycle-symbol.png";
import {
Box,
Card,
Expand Down

0 comments on commit b306b8f

Please sign in to comment.