Skip to content

Commit e84364a

Browse files
committed
Update social link in the history page
1 parent 3470139 commit e84364a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/pages/OurStory.tsx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import React from 'react';
33
import Navbar from '../components/Navbar';
44
import Footer from '../components/Footer';
5-
import { Heart, Code, Users, Zap, Github, Twitter, Linkedin, ContainerIcon, Container} from 'lucide-react';
5+
import { Heart, Code, Users, Zap, Github, Twitter, Linkedin, ContainerIcon, Container, Earth} from 'lucide-react';
66
import { Button } from '@/components/ui/button';
77
import { Link } from 'react-router-dom';
88

@@ -86,9 +86,8 @@ const OurStory = () => {
8686
<Github className="w-5 h-5 text-white group-hover:text-emerald-400 transition-colors" />
8787
</Button>
8888
</a>
89-
90-
<a
91-
href="https://hub.docker.com/r/operacle/checkcle"
89+
<a
90+
href="https://author.checkcle.io"
9291
target="_blank"
9392
rel="noopener noreferrer"
9493
className="group"
@@ -98,12 +97,12 @@ const OurStory = () => {
9897
size="icon"
9998
className="bg-white/10 border-white/20 hover:bg-white/20 transition-colors"
10099
>
101-
<Container className="w-5 h-5 text-white group-hover:text-emerald-400 transition-colors" />
100+
<Earth className="w-5 h-5 text-white group-hover:text-blue-600 transition-colors" />
102101
</Button>
103102
</a>
104-
105-
<a
106-
href="https://x.com/checkcle_oss"
103+
104+
<a
105+
href="https://hub.docker.com/r/operacle/checkcle"
107106
target="_blank"
108107
rel="noopener noreferrer"
109108
className="group"
@@ -113,12 +112,12 @@ const OurStory = () => {
113112
size="icon"
114113
className="bg-white/10 border-white/20 hover:bg-white/20 transition-colors"
115114
>
116-
<Twitter className="w-5 h-5 text-white group-hover:text-blue-400 transition-colors" />
115+
<Container className="w-5 h-5 text-white group-hover:text-emerald-400 transition-colors" />
117116
</Button>
118117
</a>
119118

120119
<a
121-
href="https://linkedin.com/company/checkcle"
120+
href="https://x.com/checkcle_oss"
122121
target="_blank"
123122
rel="noopener noreferrer"
124123
className="group"
@@ -128,7 +127,7 @@ const OurStory = () => {
128127
size="icon"
129128
className="bg-white/10 border-white/20 hover:bg-white/20 transition-colors"
130129
>
131-
<Linkedin className="w-5 h-5 text-white group-hover:text-blue-600 transition-colors" />
130+
<Twitter className="w-5 h-5 text-white group-hover:text-blue-400 transition-colors" />
132131
</Button>
133132
</a>
134133
</div>

0 commit comments

Comments
 (0)