Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion apps/explorer/src/routes/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function Layout(props: Layout.Props) {
const isHome = Boolean(matchRoute({ to: '/' }))
return (
<div className="flex min-h-dvh flex-col print:block print:min-h-0">
<div className="bg-gray-100 border-gray-300 px-[32px] py-[8px] text-sm text-black text-center">
<div className="bg-base-alt px-[32px] py-[8px] text-sm text-primary text-center">
<TriangleAlert className="size-4 inline mr-[4px] relative top-[-1px]" />
<span className="">
<strong>Testnet migration:</strong> Tempo launched a new testnet
Expand Down