Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b672429c1 | ||
|
|
844badce5f |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
|
**/node_modules/
|
||||||
|
**/build/
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
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