Skip to content

Commit

Permalink
fix(formating): fix js and yaml formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Lino committed Apr 20, 2024
1 parent 139a245 commit 73aa3e6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
11 changes: 6 additions & 5 deletions assets/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Import the Bootstrap components we want to use.
// See https://github.com/twbs/bootstrap/blob/main/js/index.umd.js
import Tab from "/js/bootstrap/src/tab";
import Dropdown from "/js/bootstrap/src/dropdown";
/* eslint-disable */
import Tab from '/js/bootstrap/src/tab'
import Dropdown from '/js/bootstrap/src/dropdown'

export default {
Tab,
Dropdown
}
Tab,
Dropdown
}
11 changes: 0 additions & 11 deletions assets/jsconfig.json

This file was deleted.

3 changes: 2 additions & 1 deletion data/de/landing.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
hero:
enable: true
weight: 10
Expand Down Expand Up @@ -63,4 +64,4 @@ activities:
featureGrid:
enable: false
imageCompare:
enable: false
enable: false
3 changes: 2 additions & 1 deletion data/en/landing.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
hero:
enable: true
weight: 10
Expand Down Expand Up @@ -61,4 +62,4 @@ activities:
featureGrid:
enable: false
imageCompare:
enable: false
enable: false

0 comments on commit 73aa3e6

Please sign in to comment.