Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Oct 30, 2024
1 parent a7cdc4e commit 6a50ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Sections/SectionDefaultWave.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div
class={`absolute left-0 h-full bg-left-bottom bg-no-repeat sm:-bottom-16 sm:max-h-[100px] sm:w-[10%] sm:bg-[url(/src/lib/assets/section3mobile.svg)] md:max-h-full md:w-full lg:bottom-0 lg:max-w-full lg:sm-[url(/src/lib/assets/placeholder-portal.svg)]`}
class={`lg:sm-[url(/src/lib/assets/placeholder-portal.svg)] absolute left-0 h-full bg-left-bottom bg-no-repeat sm:-bottom-16 sm:max-h-[100px] sm:w-[10%] sm:bg-[url(/src/lib/assets/section3mobile.svg)] md:max-h-full md:w-full lg:bottom-0 lg:max-w-full`}
></div>
2 changes: 1 addition & 1 deletion src/components/Sections/SectionDocs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import SectionWrapper from './SectionWrapper.svelte';
import SlideIn from '../SlideIn.svelte';
import SectionDefaultWave from './SectionDefaultWave.svelte';
</script>
</script>

<SectionWrapper id="section1" classes="lg:px-0">
<div
Expand Down

0 comments on commit 6a50ee1

Please sign in to comment.