File tree Expand file tree Collapse file tree 4 files changed +3824
-2
lines changed Expand file tree Collapse file tree 4 files changed +3824
-2
lines changed Original file line number Diff line number Diff line change
1
+ NEXT_PUBLIC_API_URL = localhost:3333
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import sendFiles from "../utils/sendFiles";
20
20
import { RingLoader } from "react-spinners" ;
21
21
import MimeTypes from 'mime-types' ;
22
22
import { useRouter } from "next/dist/client/router" ;
23
+ import GITHUB_USER_IMAGE from "../utils/constants"
23
24
24
25
export default function Home ( ) {
25
26
const [ files , setFiles ] = useState < any > ( [ ] ) ;
@@ -125,11 +126,11 @@ export default function Home(){
125
126
Made by{ ' ' }
126
127
< FooterLink href = { process . env . NEXT_PUBLIC_GITHUB } >
127
128
DPBM
128
- < FooterImageAvatar src = { process . env . NEXT_PUBLIC_GITHUB_AVATAR } alt = "Dpbm Avatar" />
129
+ < FooterImageAvatar src = { GITHUB_USER_IMAGE } alt = "Dpbm Avatar" />
129
130
</ FooterLink >
130
131
</ FooterText >
131
132
</ Footer >
132
133
133
134
</ Container >
134
135
) ;
135
- }
136
+ }
You can’t perform that action at this time.
0 commit comments