chore: small updates d4acf0d0
Steve · 2026-03-01 19:23 2 file(s) · +6 −30
packages/client/src/components/layout/Footer.astro +0 −24
10 10
		Steve Simkins
11 11
	</div>
12 12
	<a href="https://github.com/stevedylandev/stevedylan.dev">Source Code</a>
13 -
	<nav
14 -
		aria-label="More on this site"
15 -
		class="flex gap-x-1 sm:gap-x-0 sm:divide-x sm:divide-gray-500 flex-wrap"
16 -
	>
17 -
	<a
18 -
		href="/"
19 -
		class="sm:hover:text-textColor px-4 py-2 sm:py-0 sm:px-2 sm:hover:underline"
20 -
	>
21 -
	Home
22 -
	</a>
23 -
	<a
24 -
		href="/posts"
25 -
		class="sm:hover:text-textColor px-4 py-2 sm:py-0 sm:px-2 sm:hover:underline"
26 -
	>
27 -
	Blog
28 -
	</a>
29 -
	<a
30 -
		href="/about"
31 -
		class="sm:hover:text-textColor px-4 py-2 sm:py-0 sm:px-2 sm:hover:underline"
32 -
	>
33 -
	About
34 -
	</a>
35 -
36 -
	</nav>
37 13
</footer>
packages/client/src/pages/index.astro +6 −6
50 50
		<ul class="space-y-4 sm:space-y-2">
51 51
			<li>
52 52
				<a
53 -
					href="https://orbiter.host"
53 +
					href="https://sequoia.pub"
54 54
					target="_blank"
55 55
					rel="noopener noreferrer"
56 56
					class="style-link inline-block"
57 57
					><Image
58 -
						src="https://api.iconify.design/hugeicons:orbit-01.svg?color=%23888888"
59 -
						class="inline-block h-4 w-4"
58 +
						src="https://api.iconify.design/hugeicons:tree-04.svg?color=%23888888"
59 +
						class="inline-block h-5 w-5"
60 60
						height="100"
61 61
						width="100"
62 -
						alt="rasp pi logo"
63 -
					/> Orbiter
62 +
						alt="sequoia logo"
63 +
					/> Sequoia
64 64
				</a>:
65 -
				<p class="inline-block sm:mt-2">A static site hosting platform with Justin Hunter</p>
65 +
				<p class="inline-block sm:mt-2">Content publishing CLI for ATProto</p>
66 66
			</li>
67 67
			<li>
68 68
				<a