updated some links ce95b679
Steve · 2024-03-17 22:12 2 file(s) · +4 −12
src/data/constants.ts +4 −0
15 15
    title: "Videos",
16 16
    path: "/videos",
17 17
  },
18 +
  {
19 +
    title: "Photos",
20 +
    path: "https://photos.stevedylan.dev"
21 +
  }
18 22
];
19 23
20 24
// ! Remember to add your own socials
src/pages/index.astro +0 −12
60 60
				</a>:
61 61
				<p class="inline-block sm:mt-2">A photogrpahy focused Farcaster client</p>
62 62
			</li>
63 -
64 63
			<li>
65 64
				<a
66 65
					href="https://stevedylanphoto.com"
83 82
					Where I'm currently working as Head of Developer Relations
84 83
				</p>
85 84
			</li>
86 -
			<li>
87 -
				<a
88 -
					href="https://medium.com/@stevedsimkins"
89 -
					target="_blank"
90 -
					rel="noopener noreferrer"
91 -
					class="cactus-link inline-block"
92 -
					>💻 Medium
93 -
				</a>:
94 -
				<p class="inline-block sm:mt-2">Technical blog posts I've written for Pinata</p>
95 -
			</li>
96 -
		</ul>
97 85
	</section>
98 86
</PageLayout>