chore: updated logo 720fe65e
Steve · 2025-10-29 06:58 2 file(s) · +6 −12
TODO.md +1 −1
12 12
- [ ] Add loading states for new feed
13 13
- [ ] Find a way to paginate through feeds and get more posts if they only return a few
14 14
- [ ] Collapse both side bars if desired?
15 -
- [ ] Update logo in top left
15 +
- [x] Update logo in top left
src/components/app-sidebar.tsx +5 −11
229 229
					<SidebarHeader>
230 230
						<SidebarMenu>
231 231
							<SidebarMenuItem>
232 -
								<SidebarMenuButton size="lg" asChild className="md:h-8 md:p-0">
233 -
									<a href="#">
234 -
										<div className="bg-sidebar-primary text-sidebar-primary-foreground flex aspect-square size-8 items-center justify-center rounded-lg">
235 -
											<ChartNoAxesGanttIcon className="size-4" />
236 -
										</div>
237 -
										<div className="grid flex-1 text-left text-sm leading-tight">
238 -
											<span className="truncate font-medium">Alcove</span>
239 -
											<span className="truncate text-xs">RSS Reader</span>
240 -
										</div>
241 -
									</a>
242 -
								</SidebarMenuButton>
232 +
								<a href="#">
233 +
									<div className="grid flex-1 text-left text-xl px-2 pt-2">
234 +
										<span className="truncate font-bold">Alcove</span>
235 +
									</div>
236 +
								</a>
243 237
							</SidebarMenuItem>
244 238
						</SidebarMenu>
245 239
					</SidebarHeader>