Hide time travel button from Antennas for now (it's been broken)

This commit is contained in:
Freeplay 2023-06-10 19:45:11 -04:00
parent 1276025e1d
commit 999722f262
1 changed files with 5 additions and 5 deletions

View File

@ -106,11 +106,11 @@ watch(
const headerActions = $computed(() => const headerActions = $computed(() =>
antenna antenna
? [ ? [
{ // {
icon: "ph-calendar-blank ph-bold ph-lg", // icon: "ph-calendar-blank ph-bold ph-lg",
text: i18n.ts.jumpToSpecifiedDate, // text: i18n.ts.jumpToSpecifiedDate,
handler: timetravel, // handler: timetravel,
}, // },
{ {
icon: "ph-gear-six ph-bold ph-lg", icon: "ph-gear-six ph-bold ph-lg",
text: i18n.ts.settings, text: i18n.ts.settings,