File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
frontend-history-explorer/src/components
frontend-journalism-app/src/Pages/Feed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3
3
import { Input } from "@/components/ui/input" ;
4
4
import { Button } from "@/components/ui/button" ;
5
5
import { useState } from "react" ;
6
- import { useEffect } from ' react' ;
7
- import { withRouter } from ' next/router' ;
6
+ import { useEffect } from " react" ;
7
+ import { withRouter } from " next/router" ;
8
8
import copy from "clipboard-copy" ;
9
9
import axios from "axios" ;
10
10
@@ -84,7 +84,7 @@ export function Landing({ props }) {
84
84
</ p >
85
85
< p className = "text-gray-600" > { item . uuid } </ p >
86
86
< button
87
- className = "cursor-copy text-white hover:text-slate-100 bg-gray-100 dark:bg-gray-800 dark:text-gray-200 px-2 py-1 rounded-md"
87
+ className = "cursor-copy text-white hover:text-slate-100 bg-gray-100 dark:bg-gray-800 dark:text-gray-200 px-2 py-3 rounded-md"
88
88
onClick = { ( ) => {
89
89
copy ( item . proof ) ;
90
90
} }
@@ -144,4 +144,4 @@ function ArrowDownIcon(props) {
144
144
) ;
145
145
}
146
146
147
- export default withRouter ( Landing ) ;
147
+ export default withRouter ( Landing ) ;
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ const Feed = () => {
49
49
}
50
50
) ;
51
51
52
- console . log ( data . contentState [ data . contentState . length - 1 ] ) ;
53
-
54
52
setFetchedPost ( {
55
53
title : "Latest Image" ,
56
54
content : "From Pixel Police Mobile App" ,
You can’t perform that action at this time.
0 commit comments