branding name change d8c66593
Steve · 2023-05-17 21:41 2 file(s) · +4 −4
src/data/constants.ts +3 −3
19 19
20 20
// ! Remember to add your own socials
21 21
export const SOCIAL_LINKS = {
22 -
	github: "https://github.com/stevedsimkins",
23 -
	twitter: "https://twitter.com/stevedsimkins",
24 -
	medium: "https://medium.com/@stevedsimkins",
22 +
	github: "https://github.com/stevedylandev",
23 +
	twitter: "https://twitter.com/stevedylandev",
24 +
	medium: "https://medium.com/@stevedylandev",
25 25
	linkedin: "https://linkedin.com/in/steve-simkins",
26 26
	ethereum: "https://rainbow.me/stevedsimkins.eth",
27 27
};
src/pages/index.astro +1 −1
18 18
			the future of the web. Stay a while to see what I'm working on!
19 19
		</p>
20 20
		<SocialList />
21 -
		<p>Or anywhere with my handle <span class="text-accent">@stevedsimkins</span></p>
21 +
		<p>Or anywhere with my handle <span class="text-accent">@stevedylandev</span></p>
22 22
	</section>
23 23
	<section aria-label="Blog post list" class="mt-16">
24 24
		<h2 class="title mb-4 text-xl">Posts</h2>