File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
app/(pages)/judges/map/_components/Map Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ import map from 'public/judges/hub/map.png';
7
7
export default function Map ( ) {
8
8
return (
9
9
< div className = { styles . container } >
10
- < div style = { { display : 'flex' , alignItems : 'center' } } >
10
+ < div
11
+ style = { {
12
+ display : 'flex' ,
13
+ alignItems : 'center' ,
14
+ alignSelf : 'flex-start' ,
15
+ } }
16
+ >
11
17
< Link href = "/judges" >
12
18
< Image
13
19
src = { backArrow }
14
20
alt = "back arrow"
15
21
width = { 50 }
16
- style = { { marginTop : '8px' , marginLeft : '-160px' } }
22
+ style = { { marginTop : '8px' } }
17
23
/>
18
24
</ Link >
19
- < h3 className = { styles . header } > Table Locations </ h3 >
25
+ < h3 className = { styles . header } > Go Back </ h3 >
20
26
</ div >
21
27
22
28
< Image src = { map } alt = { 'venue map' } className = { styles . map } />
You can’t perform that action at this time.
0 commit comments