finagent v6
This commit is contained in:
parent
844badce5f
commit
0b672429c1
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@ -84,7 +84,7 @@ const EditActivity_logs = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{getPageTitle('Edit activity_logs')}</title>
|
<title>FinAgent2025 - Editar Logs de Atividade</title>
|
||||||
</Head>
|
</Head>
|
||||||
<SectionMain>
|
<SectionMain>
|
||||||
<SectionTitleLineWithButton
|
<SectionTitleLineWithButton
|
||||||
|
|||||||
@ -134,7 +134,7 @@ export default function WebSite() {
|
|||||||
<div className='flex flex-col min-h-screen'>
|
<div className='flex flex-col min-h-screen'>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{`Comprehensive Budget Generator Application`}</title>
|
<title>{`Comprehensive Budget Generator Application`}</title>
|
||||||
<meta
|
<title>FinAgent2025 - Gerador de Orçamentos</title>
|
||||||
name='description'
|
name='description'
|
||||||
content={`Discover our all-in-one budget generator application designed for businesses and freelancers. Explore features, pricing, and get in touch with us today.`}
|
content={`Discover our all-in-one budget generator application designed for businesses and freelancers. Explore features, pricing, and get in touch with us today.`}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -11,6 +11,9 @@ module.exports = {
|
|||||||
gray: 'gray',
|
gray: 'gray',
|
||||||
},
|
},
|
||||||
extend: {
|
extend: {
|
||||||
|
colors: {
|
||||||
|
primary: '#6B46C1',
|
||||||
|
},
|
||||||
zIndex: {
|
zIndex: {
|
||||||
'-1': '-1',
|
'-1': '-1',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user