File tree Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const { className } = Astro.props;
20
20
<a href =" /" aria-label =" Otjs homepage" >Copyright © </a >
21
21
All rights reserved by
22
22
<a
23
- href =" https://github.com/0xTheProDev "
23
+ href =" https://0xtheprodev.gitlab.io "
24
24
target =" _blank"
25
25
rel =" noreferrer"
26
26
class =" font-medium underline underline-offset-4"
Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ const { className } = Astro.props;
17
17
<span class =" sr-only" >GitHub</span >
18
18
<Icon name =" simple-icons:github" class =" size-6" />
19
19
</a >
20
+ <a
21
+ href ={ siteConfig .links .gitlab }
22
+ target =" _blank"
23
+ rel =" noreferrer"
24
+ class =" inline"
25
+ >
26
+ <span class =" sr-only" >GitLab</span >
27
+ <Icon name =" simple-icons:gitlab" class =" size-6" />
28
+ </a >
20
29
<a
21
30
href ={ siteConfig .links .twitter }
22
31
target =" _blank"
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ export const siteConfig: SiteConfig = {
9
9
ogImage : "https://ot.js.org/og.jpg" ,
10
10
links : {
11
11
discord : "https://discord.gg/theprodev" ,
12
- github : "https://github.com/0xTheProDev/Operational-Transformation" ,
13
- linkedin : "https://linkedin.com/in/progyan-bhattacharya" ,
12
+ github : "https://github.com/0xTheProDev" ,
13
+ gitlab : "https://gitlab.com/0xTheProDev" ,
14
+ linkedin : "https://linkedin.com/in/theprodev" ,
14
15
twitter : "https://twitter.com/ProDevOfficial" ,
15
16
} ,
16
17
} ;
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ import Icon from "astro-icon";
139
139
<h3 class =" font-bold" >Still not Convinced?</h3 >
140
140
<p class =" text-sm text-muted-foreground" >
141
141
Reach out to <a
142
- href =" https://twitter .com/ProDevOfficial "
142
+ href =" https://calendly .com/theprodev "
143
143
target =" _blank"
144
144
rel =" noreferrer"
145
145
class =" underline underline-offset-4"
Original file line number Diff line number Diff line change @@ -30,12 +30,16 @@ export type SidebarNavItem = {
30
30
31
31
export type SiteConfig = {
32
32
name : string ;
33
+ shortName : string ;
33
34
description : string ;
34
35
url : string ;
35
36
ogImage : string ;
36
37
links : {
37
- twitter : string ;
38
+ discord : string ;
39
+ gitlab : string ;
38
40
github : string ;
41
+ linkedin : string ;
42
+ twitter : string ;
39
43
} ;
40
44
} ;
41
45
You can’t perform that action at this time.
0 commit comments