Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion telemtry/analysis/database/viewer_tool/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ export default function SplashPage() {
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 flex-grow p-8">
<SplashBox href={getDrivedayHref()} title="Driveday Page" imageUrl="/car.png" />
<SplashBox href="/live-viewer" title="Live Viewer" imageUrl="/images/live.png" textColor="text-black" />
<SplashBox href="/realtime-showcase" title="Realtime Showcase" imageUrl="/images/live.png" textColor="text-black" />
<SplashBox href="/replay" title="Replay Mode" imageUrl="/images/replay.png" textColor="text-black" />
<SplashBox href="/tune" title="Texas Tune" imageUrl="/tune.png" textColor="text-black" />
<SplashBox href="/dashboards" title="Grafana & Database" imageUrl="/graph.png" />
</div>
</div>
);
}
}
Loading
Loading