Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Oct 30, 2024
1 parent c47af4e commit bc56c76
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,8 @@
import SectionDocs from '../../components/Sections/SectionDocs.svelte';
import SectionNavigation from '../../components/Sections/SectionNavigation.svelte';
import Sections from '../../components/Sections/Sections.svelte';
import Header from '../../components/Header/Header.svelte';
$: section = 1;
const brightBlue = '#5E69FF';
const cream = '#FEFAF3';
const logoMap = new Map([
[1, { logo: brightBlue, nav: 'navy' }],
[2, { logo: cream, nav: 'cream' }],
[3, { logo: brightBlue, nav: 'cream' }],
[4, { logo: brightBlue, nav: 'navy' }],
[5, { logo: cream, nav: 'cream' }],
]);
// Section navigation titles for Aria
const sectionTitles = ['Introduction'];
</script>

Expand Down

0 comments on commit bc56c76

Please sign in to comment.