@@ -8,9 +8,10 @@ export function FeaturedSection() {
8
8
< div className = "mx-auto mb-4 text-base tracking-tight lg:mx-0 lg:mb-0" > Featured in:</ div >
9
9
< div className = "flex flex-wrap items-center justify-center gap-8" >
10
10
< Link
11
- href = "https://www.reddit.com/r/flowbite/"
12
- rel = "nofollow noreferrer noopener"
13
11
aria-label = "Reddit - Flowbite"
12
+ href = "https://www.reddit.com/r/flowbite/"
13
+ rel = "nofollow noopener noreferrer"
14
+ target = "_blank"
14
15
>
15
16
< svg width = "105" height = "36" viewBox = "0 0 105 36" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
16
17
< path
@@ -31,7 +32,12 @@ export function FeaturedSection() {
31
32
/>
32
33
</ svg >
33
34
</ Link >
34
- < Link href = "https://dev.to/t/flowbite" rel = "nofollow noreferrer noopener" aria-label = "DEV - Flowbite" >
35
+ < Link
36
+ aria-label = "DEV - Flowbite"
37
+ href = "https://dev.to/t/flowbite"
38
+ rel = "nofollow noopener noreferrer"
39
+ target = "_blank"
40
+ >
35
41
< svg width = "36" height = "36" viewBox = "0 0 36 36" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
36
42
< path
37
43
d = "M9.8811 14.0207C9.57556 13.7923 9.26923 13.6781 8.96369 13.6781H7.59032V21.905H8.96447C9.27002 21.905 9.57634 21.7908 9.88189 21.5624C10.1874 21.334 10.3402 20.9915 10.3402 20.534V15.0492C10.3394 14.5924 10.1859 14.2491 9.8811 14.0207ZM32.244 0.138184H3.87892C1.97321 0.138184 0.4266 1.68086 0.421875 3.58735V31.9682C0.4266 33.8747 1.97321 35.4174 3.87892 35.4174H32.244C34.1505 35.4174 35.6963 33.8747 35.701 31.9682V3.58735C35.6963 1.68086 34.1497 0.138184 32.244 0.138184ZM12.5648 20.5489C12.5648 22.0302 11.6506 24.2745 8.75658 24.2698H5.10266V11.2401H8.83375C11.6246 11.2401 12.5633 13.4813 12.564 14.9633L12.5648 20.5489ZM20.4932 13.5671H16.2975V16.5926H18.8623V18.9212H16.2975V21.9459H20.494V24.2745H15.5974C14.7186 24.2973 13.9878 23.6028 13.9658 22.7239V12.8718C13.9445 11.9937 14.6398 11.2645 15.5179 11.2425H20.494L20.4932 13.5671ZM28.6547 22.646C27.6152 25.0675 25.7528 24.5856 24.9188 22.646L21.8847 11.2433H24.4495L26.7891 20.1985L29.1177 11.2433H31.6833L28.6547 22.646Z"
@@ -40,9 +46,10 @@ export function FeaturedSection() {
40
46
</ svg >
41
47
</ Link >
42
48
< Link
43
- href = "https://www.producthunt.com/products/flowbite"
44
- rel = "nofollow noreferrer noopener"
45
49
aria-label = "Product Hunt - Flowbite"
50
+ href = "https://www.producthunt.com/products/flowbite"
51
+ rel = "nofollow noopener noreferrer"
52
+ target = "_blank"
46
53
>
47
54
< svg width = "153" height = "36" viewBox = "0 0 153 36" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
48
55
< path
@@ -60,9 +67,10 @@ export function FeaturedSection() {
60
67
</ svg >
61
68
</ Link >
62
69
< Link
63
- href = "https://news.ycombinator.com/item?id=28561468"
64
- rel = "nofollow noreferrer noopener"
65
70
aria-label = "Y Combinator - Flowbite"
71
+ href = "https://news.ycombinator.com/item?id=28561468"
72
+ rel = "nofollow noopener noreferrer"
73
+ target = "_blank"
66
74
>
67
75
< svg width = "161" height = "34" viewBox = "0 0 161 34" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
68
76
< path d = "M33.6816 0.226074H0.578125V33.3295H33.6816V0.226074Z" fill = "#6B7280" />
@@ -113,9 +121,10 @@ export function FeaturedSection() {
113
121
</ svg >
114
122
</ Link >
115
123
< Link
116
- href = "https://www.youtube.com/channel/UC_Ms4V2kYDsh7F_CSsHyQ6A"
117
- rel = "nofollow noreferrer noopener"
118
124
aria-label = "YoutTube - Flowbite"
125
+ href = "https://www.youtube.com/channel/UC_Ms4V2kYDsh7F_CSsHyQ6A"
126
+ rel = "nofollow noopener noreferrer"
127
+ target = "_blank"
119
128
>
120
129
< svg width = "113" height = "24" viewBox = "0 0 113 24" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
121
130
< path
0 commit comments