@@ -8,7 +8,12 @@ export default function QuickNavigation() {
8
8
< div className = { styles . cardContainer } >
9
9
< Link className = { styles . card } to = "https://web3auth.io/community/" >
10
10
< div className = { styles . cardIconContainer } >
11
- < svg viewBox = "0 0 57 56" fill = "none" xmlns = "http://www.w3.org/2000/svg" className = { styles . cardIcon } >
11
+ < svg
12
+ viewBox = "0 0 57 56"
13
+ fill = "none"
14
+ xmlns = "http://www.w3.org/2000/svg"
15
+ className = { styles . cardIcon }
16
+ >
12
17
< path
13
18
fillRule = "evenodd"
14
19
clipRule = "evenodd"
@@ -25,15 +30,25 @@ export default function QuickNavigation() {
25
30
</ div >
26
31
< div className = { styles . cardContent } >
27
32
< h5 > Support Forum</ h5 >
28
- < p > Join our community of passionate developers - learn, grow and get help for your Web3Auth setup.</ p >
33
+ < p >
34
+ Join our community of passionate developers - learn, grow and get help for your
35
+ Web3Auth setup.
36
+ </ p >
29
37
</ div >
30
38
</ Link >
31
39
< Link className = { styles . card } to = "/docs/troubleshooting/" >
32
40
< div className = { styles . cardIconContainer } >
33
- < svg width = "67" height = "68" viewBox = "0 0 67 68" fill = "none" xmlns = "http://www.w3.org/2000/svg" className = { styles . cardIcon } >
41
+ < svg
42
+ width = "67"
43
+ height = "68"
44
+ viewBox = "0 0 67 68"
45
+ fill = "none"
46
+ xmlns = "http://www.w3.org/2000/svg"
47
+ className = { styles . cardIcon }
48
+ >
34
49
< path
35
- fill-rule = "evenodd"
36
- clip-rule = "evenodd"
50
+ fillRule = "evenodd"
51
+ clipRule = "evenodd"
37
52
d = "M60.2992 33.5979C60.2992 40.7057 57.4757 47.5224 52.4497 52.5484C47.4237 57.5743 40.607 60.3979 33.4992 60.3979C26.3914 60.3979 19.5747 57.5743 14.5488 52.5484C9.52278 47.5224 6.69922 40.7057 6.69922 33.5979C6.69922 26.4901 9.52278 19.6734 14.5488 14.6475C19.5747 9.62148 26.3914 6.79791 33.4992 6.79791C40.607 6.79791 47.4237 9.62148 52.4497 14.6475C57.4757 19.6734 60.2992 26.4901 60.2992 33.5979ZM33.4992 23.5479C32.9106 23.5473 32.3323 23.7019 31.8224 23.9959C31.3125 24.29 30.8891 24.7132 30.5948 25.2229C30.3823 25.6178 30.0926 25.966 29.7431 26.2469C29.3935 26.5278 28.9911 26.7356 28.5597 26.8581C28.1283 26.9805 27.6767 27.0151 27.2317 26.9598C26.7867 26.9045 26.3573 26.7605 25.969 26.5361C25.5807 26.3118 25.2414 26.0118 24.9712 25.654C24.701 25.2961 24.5054 24.8876 24.396 24.4527C24.2866 24.0178 24.2656 23.5654 24.3343 23.1222C24.403 22.6791 24.56 22.2543 24.7959 21.8729C25.9021 19.9571 27.6096 18.4598 29.6535 17.6133C31.6974 16.7667 33.9635 16.6182 36.1004 17.1908C38.2373 17.7634 40.1255 19.0251 41.4723 20.7801C42.8191 22.5352 43.5491 24.6856 43.5492 26.8979C43.5498 28.977 42.9058 31.0051 41.7059 32.703C40.506 34.4008 38.8092 35.6849 36.8492 36.3784V36.9479C36.8492 37.8364 36.4963 38.6885 35.868 39.3167C35.2398 39.945 34.3877 40.2979 33.4992 40.2979C32.6107 40.2979 31.7587 39.945 31.1304 39.3167C30.5022 38.6885 30.1492 37.8364 30.1492 36.9479V33.5979C30.1492 32.7094 30.5022 31.8574 31.1304 31.2291C31.7587 30.6009 32.6107 30.2479 33.4992 30.2479C34.3877 30.2479 35.2398 29.895 35.868 29.2667C36.4963 28.6385 36.8492 27.7864 36.8492 26.8979C36.8492 26.0094 36.4963 25.1574 35.868 24.5291C35.2398 23.9009 34.3877 23.5479 33.4992 23.5479ZM33.4992 50.3479C34.3877 50.3479 35.2398 49.995 35.868 49.3667C36.4963 48.7385 36.8492 47.8864 36.8492 46.9979C36.8492 46.1094 36.4963 45.2574 35.868 44.6291C35.2398 44.0009 34.3877 43.6479 33.4992 43.6479C32.6107 43.6479 31.7587 44.0009 31.1304 44.6291C30.5022 45.2574 30.1492 46.1094 30.1492 46.9979C30.1492 47.8864 30.5022 48.7385 31.1304 49.3667C31.7587 49.995 32.6107 50.3479 33.4992 50.3479Z"
38
53
fill = "currentColor"
39
54
/>
@@ -46,7 +61,12 @@ export default function QuickNavigation() {
46
61
</ Link >
47
62
< Link className = { styles . card } to = "https://calendly.com/web3auth/meeting-with-web3auth" >
48
63
< div className = { styles . cardIconContainer } >
49
- < svg className = { styles . cardIcon } viewBox = "0 0 20 20" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
64
+ < svg
65
+ className = { styles . cardIcon }
66
+ viewBox = "0 0 20 20"
67
+ fill = "none"
68
+ xmlns = "http://www.w3.org/2000/svg"
69
+ >
50
70
< path
51
71
d = "M2 3C2 2.73478 2.10536 2.48043 2.29289 2.29289C2.48043 2.10536 2.73478 2 3 2H5.153C5.38971 2.00011 5.6187 2.08418 5.79924 2.23726C5.97979 2.39034 6.10018 2.6025 6.139 2.836L6.879 7.271C6.91436 7.48222 6.88097 7.69921 6.78376 7.89003C6.68655 8.08085 6.53065 8.23543 6.339 8.331L4.791 9.104C5.34611 10.4797 6.17283 11.7293 7.22178 12.7782C8.27072 13.8272 9.52035 14.6539 10.896 15.209L11.67 13.661C11.7655 13.4695 11.9199 13.3138 12.1106 13.2166C12.3012 13.1194 12.5179 13.0859 12.729 13.121L17.164 13.861C17.3975 13.8998 17.6097 14.0202 17.7627 14.2008C17.9158 14.3813 17.9999 14.6103 18 14.847V17C18 17.2652 17.8946 17.5196 17.7071 17.7071C17.5196 17.8946 17.2652 18 17 18H15C7.82 18 2 12.18 2 5V3Z"
52
72
fill = "currentColor"
0 commit comments