mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-07-31 06:20:14 +02:00
Update twitter link
This commit is contained in:
@@ -29,7 +29,7 @@ export default defineConfig({
|
|||||||
'mailto:',
|
'mailto:',
|
||||||
'https://github.com/kamranahmedse',
|
'https://github.com/kamranahmedse',
|
||||||
'https://thenewstack.io',
|
'https://thenewstack.io',
|
||||||
'https://cs.fyi',
|
'https://kamranahmed.info',
|
||||||
'https://roadmap.sh',
|
'https://roadmap.sh',
|
||||||
];
|
];
|
||||||
if (whiteListedStarts.some((start) => href.startsWith(start))) {
|
if (whiteListedStarts.some((start) => href.startsWith(start))) {
|
||||||
|
@@ -48,7 +48,7 @@ import Icon from './AstroIcon.astro';
|
|||||||
<span class='mx-2 text-gray-400'>by</span>
|
<span class='mx-2 text-gray-400'>by</span>
|
||||||
<a
|
<a
|
||||||
class='font-regular rounded-md bg-blue-600 px-1.5 py-1 text-sm hover:bg-blue-700'
|
class='font-regular rounded-md bg-blue-600 px-1.5 py-1 text-sm hover:bg-blue-700'
|
||||||
href='https://twitter.com/kamrify'
|
href='https://kamranahmed.info'
|
||||||
target='_blank'
|
target='_blank'
|
||||||
>
|
>
|
||||||
<span class='hidden sm:inline'>@kamrify</span>
|
<span class='hidden sm:inline'>@kamrify</span>
|
||||||
|
Reference in New Issue
Block a user