1
1
const Footer = ( ) => {
2
2
return (
3
- < footer className = "footer bg-neutral text-neutral-content items-center p-4" >
4
- < aside className = "grid-flow-col items-center" >
5
- < img src = "/images/logo.jpeg" className = "w-8 rounded" />
6
- < p > © Copyright { new Date ( ) . getFullYear ( ) } . All rights reserved</ p >
3
+ < footer className = "footer flex justify-between bg-neutral text-neutral-content p-4" >
4
+ < aside className = "flex devx-logo-copyright" >
5
+ < img src = "/images/logo.jpeg" className = "w-8 rounded mr-2" />
6
+ < p className = "flex items-center" >
7
+ © Copyright { new Date ( ) . getFullYear ( ) } . All rights reserved
8
+ </ p >
7
9
</ aside >
8
- < nav className = "grid-flow-col gap-4 md:place-self-center md:justify-self-end" >
9
- < a href = "https://www.youtube.com/@sddevx" aria-label = "Youtube" >
10
+ < nav className = "flex" >
11
+ < a
12
+ href = "https://www.youtube.com/@sddevx"
13
+ aria-label = "Youtube"
14
+ className = "mr-4"
15
+ target = "_blank"
16
+ >
10
17
< svg
11
18
xmlns = "http://www.w3.org/2000/svg"
12
19
width = "24"
@@ -18,7 +25,7 @@ const Footer = () => {
18
25
</ svg >
19
26
</ a >
20
27
21
- < a href = "https://lu.ma/DEVxSD" aria-label = "Luma" >
28
+ < a href = "https://lu.ma/DEVxSD" aria-label = "Luma" className = "mr-4" target = "_blank" >
22
29
< svg
23
30
xmlns = "http://www.w3.org/2000/svg"
24
31
fill = "none"
@@ -34,7 +41,12 @@ const Footer = () => {
34
41
</ svg >
35
42
</ a >
36
43
37
- < a href = "https://www.meetup.com/san-diego-devx/" aria-label = "Meetup" >
44
+ < a
45
+ href = "https://www.meetup.com/san-diego-devx/"
46
+ aria-label = "Meetup"
47
+ className = "mr-4"
48
+ target = "_blank"
49
+ >
38
50
< svg
39
51
xmlns = "http://www.w3.org/2000/svg"
40
52
width = "24"
@@ -49,7 +61,12 @@ const Footer = () => {
49
61
</ svg >
50
62
</ a >
51
63
52
- < a href = "https://discord.gg/J3YrrErwjc" aria-label = "Discord" className = "mt-[-3px]" >
64
+ < a
65
+ href = "https://discord.gg/J3YrrErwjc"
66
+ aria-label = "Discord"
67
+ className = "mr-4"
68
+ target = "_blank"
69
+ >
53
70
< svg xmlns = "http://www.w3.org/2000/svg" width = "30" height = "30" viewBox = "0 0 24 24" >
54
71
< path
55
72
fill = "currentColor"
@@ -58,7 +75,7 @@ const Footer = () => {
58
75
</ svg >
59
76
</ a >
60
77
61
- < a href = "https://github.com/sddevx" aria-label = "Github" className = "mt-[-1px] ">
78
+ < a href = "https://github.com/sddevx" aria-label = "Github" target = "_blank ">
62
79
< svg xmlns = "http://www.w3.org/2000/svg" width = "28" height = "28" viewBox = "0 0 24 24" >
63
80
< path
64
81
fill = "currentColor"
0 commit comments