pull/715/head
Travis Fischer 2025-06-17 08:18:20 +07:00
rodzic 38cdbe57e1
commit 844453584a
5 zmienionych plików z 6 dodań i 10 usunięć

Wyświetl plik

@ -60,8 +60,7 @@ export function AppIndex() {
<section>
<h1
className='text-center text-balance leading-snug md:leading-none
text-4xl font-extrabold tracking-tight
'
text-4xl font-extrabold'
>
Dashboard
</h1>

Wyświetl plik

@ -41,8 +41,7 @@ export function AppConsumerIndex({ consumerId }: { consumerId: string }) {
<>
<h1
className='text-center text-balance leading-snug md:leading-none
text-4xl font-extrabold tracking-tight
'
text-4xl font-extrabold'
>
Subscription to {consumer.project.name}
</h1>

Wyświetl plik

@ -62,8 +62,7 @@ export function AppConsumersIndex() {
<section>
<h1
className='text-center text-balance leading-snug md:leading-none
text-4xl font-extrabold tracking-tight
'
text-4xl font-extrabold'
>
Your Subscriptions
</h1>

Wyświetl plik

@ -45,10 +45,9 @@ export function AppProjectIndex({
<>
<h1
className='text-center text-balance leading-snug md:leading-none
text-4xl font-extrabold tracking-tight
'
text-4xl font-extrabold'
>
{project.name}
Project {project.name}
</h1>
<div className='mt-8'>

Wyświetl plik

@ -4,7 +4,7 @@ export default function IndexPage() {
return (
<>
<section>
<h1 className='my-0! text-center text-balance leading-snug md:leading-none text-4xl font-extrabold tracking-tight'>
<h1 className='my-0! text-center text-balance leading-snug md:leading-none text-4xl font-extrabold'>
Agentic MCP Gateway
</h1>