Skip to content

Commit

Permalink
Comply with requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubuy-74 committed Aug 8, 2024
1 parent 43a22de commit 87d5322
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 53 deletions.
File renamed without changes.
50 changes: 0 additions & 50 deletions src/routes/(app)/_components/layout/Sidebar.svelte

This file was deleted.

6 changes: 3 additions & 3 deletions src/routes/(app)/contacts/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { Icon } from 'svelte-icons-pack';
import Graph from './Graph.svelte';
import LabelInput from '$lib/components/icons/LabelInput.svelte';
import Graph from './graph.svelte';
import LabelInput from '@/lib/components/icons/label-input.svelte';
import Icons from '$lib/components/icons/icons';
</script>

Expand All @@ -10,7 +10,7 @@
<h1 class="text-2xl font-bold">&lt; Contacta-nos /&gt;</h1>
</section>
<div class="mx-10 grid-cols-2 md:grid">
<form class="min-w-[85%] justify-self-end lg:min-w-[70%]">
<form class="min-w-[85%] justify-self-end">
<LabelInput label="// Email" id="email" type="email" placeholder="[email protected]" />
<LabelInput label="// Nome" id="name" type="text" />
<LabelInput label="// Assunto" id="subject" type="text" />
Expand Down
File renamed without changes.

0 comments on commit 87d5322

Please sign in to comment.