Skip to content

Commit

Permalink
Import images used by project from app/assets
Browse files Browse the repository at this point in the history
 * Remove /img
 * import image assets from app/assets
 * Move img/LICENSEto app/assets
  • Loading branch information
SerpentBytes committed Feb 20, 2023
1 parent ab1dad8 commit 7e425a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion app/components/certificate/loading.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Center, Flex, Box, Image, Heading } from '@chakra-ui/react';

import undrawSvg from 'img/undraw_processing_re_tbdu.svg';
import undrawSvg from '~/assets/undraw_processing_re_tbdu.svg';

export default function LoadingView() {
return (
Expand Down

0 comments on commit 7e425a8

Please sign in to comment.