Code edited in Lovable Code Editor

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot] 2025-06-26 10:19:04 +00:00
parent 3f543ba400
commit 4c744e5314

View File

@ -11,12 +11,27 @@
<meta property="og:title" content="Finance Home" />
<meta property="og:description" content="Dashboard para gerenciamento de finanças pessoais" />
<meta property="og:type" content="website" />
<style>
/* Hide Lovable badge completely */
a[href*="lovable.dev"],
iframe[src*="lovable.dev"],
div[style*="Edit with Lovable"],
.lovable-badge {
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
pointer-events: none !important;
position: absolute !important;
z-index: -9999 !important;
}
</style>
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
##<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>