rename default header title

This commit is contained in:
yohlo
2025-08-24 00:37:17 -05:00
parent 324e1742f1
commit fb1e4c3ee7

View File

@@ -2,7 +2,7 @@ import { isMatch, useMatches } from "@tanstack/react-router";
import { HeaderConfig } from "../types/header-config";
export const defaultHeaderConfig: HeaderConfig = {
title: 'Starter App',
title: 'FLXN',
withBackButton: false,
collapsed: false,
}