kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
38cdbe57e1
commit
844453584a
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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'>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue