fix: data from api is now correctly displayed

This commit is contained in:
2025-02-19 12:15:39 +01:00
parent d75d45e204
commit 4ee3d9bc44
4 changed files with 43 additions and 44 deletions

View File

@@ -47,6 +47,7 @@ onMounted(fetchEntrepreneurs);
<style scoped>
@import "@/components/canvas/style-project.css";
header {
display: flex;
@@ -114,7 +115,4 @@ header img {
width: 100px;
height: auto;
}
@import "@/components/canvas/style-project.css";
</style>