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 (
|
||||
<>
|
||||
<Head>
|
||||
<title>{getPageTitle('Edit activity_logs')}</title>
|
||||
<title>FinAgent2025 - Editar Logs de Atividade</title>
|
||||
</Head>
|
||||
<SectionMain>
|
||||
<SectionTitleLineWithButton
|
||||
|
||||
@ -134,7 +134,7 @@ export default function WebSite() {
|
||||
<div className='flex flex-col min-h-screen'>
|
||||
<Head>
|
||||
<title>{`Comprehensive Budget Generator Application`}</title>
|
||||
<meta
|
||||
<title>FinAgent2025 - Gerador de Orçamentos</title>
|
||||
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.`}
|
||||
/>
|
||||
|
||||
@ -11,6 +11,9 @@ module.exports = {
|
||||
gray: 'gray',
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#6B46C1',
|
||||
},
|
||||
zIndex: {
|
||||
'-1': '-1',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user