fix: Fixed broken email link... again dbf0e2b9
Steve · 2025-04-03 19:16 1 file(s) · +3 −5
src/pages/about.astro +3 −5
85 85
		</ul>
86 86
		<p>
87 87
			Feel free to
88 -
			<a
88 +
			<button
89 89
				class="style-link inline-block"
90 -
				href={`mailto:hello@stevedylan.dev`}
91 -
				target="_blank"
92 -
				rel="noopener noreferrer"
90 +
				onclick="window.location.href='mailto:hello@stevedylan.dev'"
93 91
				aria-label="github repository"
94 92
			>
95 93
				reach out
96 -
			</a>!
94 +
			</button>!
97 95
		</p>
98 96
	</div>
99 97
</PageLayout>