Skip to content

Commit 051bb5a

Browse files
committed
Revert back to original
1 parent 51a7950 commit 051bb5a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apps/web/app/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default function Page() {
189189
<div className="flex justify-around items-center mb-[200px] md:mb-[300px]">
190190
<div className="hover:scale-110 transition-all duration-300">
191191
<a
192-
href="https://x.com/vibingmonk"
192+
href="https://x.com/I_Break_Prod"
193193
target="_blank"
194194
rel="noopener noreferrer"
195195
className="text-neutral-400 hover:text-white transition-colors cursor-pointer"
@@ -199,7 +199,7 @@ export default function Page() {
199199
</div>
200200
<div className="hover:scale-110 transition-all duration-300">
201201
<a
202-
href="https://www.linkedin.com/in/joshipallava/"
202+
href="https://www.linkedin.com/in/harshit-breaks-prod/"
203203
target="_blank"
204204
rel="noopener noreferrer"
205205
className="text-neutral-400 hover:text-white transition-colors cursor-pointer"
@@ -209,15 +209,15 @@ export default function Page() {
209209
</div>
210210
<div className="hover:scale-110 transition-all duration-300">
211211
<a
212-
href="mailto:joshipallava@gmail.com"
212+
href="mailto:g1harshit7@gmail.com"
213213
className="text-neutral-400 hover:text-white transition-colors cursor-pointer"
214214
>
215215
<Mail className="w-6 h-6 md:w-7 md:h-7" />
216216
</a>
217217
</div>
218218
<div className="hover:scale-110 transition-all duration-300">
219219
<a
220-
href="https://github.com/Pallava-Joshi"
220+
href="https://github.com/HarshitBreaksProd"
221221
target="_blank"
222222
rel="noopener noreferrer"
223223
className="text-neutral-400 hover:text-white transition-colors cursor-pointer"
@@ -227,7 +227,7 @@ export default function Page() {
227227
</div>
228228
<div className="hover:scale-110 transition-all duration-300">
229229
<a
230-
href="https://github.com/Pallava-Joshi/meetdraw"
230+
href="https://github.com/HarshitBreaksProd/meetdraw"
231231
target="_blank"
232232
rel="noopener noreferrer"
233233
className="text-neutral-400 hover:text-white transition-colors cursor-pointer"

apps/web/components/home/CommsCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const AppointmentCard = () => {
1111
</p>
1212
<LinkButton
1313
variant="ghost"
14-
href="https://github.com/Pallava-Joshi/meetdraw"
14+
href="https://github.com/HarshitBreaksProd/meetdraw"
1515
>
1616
Star
1717
</LinkButton>

0 commit comments

Comments
 (0)