Skip to content

Commit 85157ed

Browse files
committed
integrity and style fix
1 parent 32c3f9d commit 85157ed

File tree

1 file changed

+14
-38
lines changed

1 file changed

+14
-38
lines changed

src/routes/+layout.svelte

Lines changed: 14 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -33,52 +33,28 @@
3333
<link rel="apple-touch-icon" sizes="180x180" href="{assets}/favicon/apple-touch-icon.png" />
3434
<link rel="manifest" href="{assets}/favicon/site.webmanifest" />
3535

36-
<!-- Bootstrap CSS -->
37-
<link
38-
rel="stylesheet"
39-
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
40-
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
41-
crossorigin="anonymous" />
42-
4336
<!-- Bootswatch: Darkly theme -->
4437
<link
4538
rel="stylesheet"
4639
href="https://bootswatch.com/5/darkly/bootstrap.css"
47-
integrity="sha384-IznVmLnW7mND5pWWovGJ4PPSv6P0ocjj3pNmKng15+gDLrCYYyeRHqmbq26oqLUK"
48-
crossorigin="anonymous" />
40+
integrity="sha384-mXM+8P9BUwTXMBS6pzZaBva0g/sZsdn7ZdBimWWpF/1K2kVhkyjQrBznOTf31ui7"
41+
crossorigin="anonymous"
42+
/>
4943

5044
<!-- Bootstrap Icons -->
51-
<link
52-
rel="stylesheet"
53-
href="https://bootswatch.com/_vendor/bootstrap-icons/font/bootstrap-icons.min.css"
54-
integrity="sha384-aMbNX8jFtSKhIuWSIHn8kuZ+XZ0IMKhpHeElS5OpN9SoI+TAcG7byPLj4UOpAIYn"
55-
crossorigin="anonymous" />
56-
57-
<!-- PrismJS Theme -->
58-
<link
59-
rel="stylesheet"
60-
href="https://bootswatch.com/_vendor/prismjs/themes/prism-okaidia.css"
61-
integrity="sha384-6U+XhAWXGaFaDfnWJhU8cfYUIRka9j/qcWDCUcGjA9fs4yiMsCyKrhceV6QOBwv8"
62-
crossorigin="anonymous" />
63-
64-
<!-- Bootswatch Custom -->
65-
<link
66-
rel="stylesheet"
67-
href="https://bootswatch.com/_assets/css/custom.min.css"
68-
integrity="sha384-Nyxm9Mvo3fMRrFnaIt9shtDFdlq2MufOlaSPadnStOsUKTSlyvqa7X2SlP7UNXoD"
69-
crossorigin="anonymous" />
45+
<link
46+
rel="stylesheet"
47+
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css"
48+
integrity="sha384-tViUnnbYAV00FLIhhi3v/dWt3Jxw4gZQcNoSCxCIFNJVCx7/D55/wXsrNIRANwdD"
49+
crossorigin="anonymous"
50+
/>
7051

7152
<!-- Bootstrap JS -->
72-
<script
73-
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js"
74-
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
75-
crossorigin="anonymous"></script>
76-
77-
<!-- Bootswatch JS Bundle -->
78-
<script
79-
src="https://bootswatch.com/_vendor/bootstrap/dist/js/bootstrap.bundle.min.js"
80-
integrity="sha384-LsTGcbITkMbUTw6RjDAkhn5UBOJgqN35N2YdYoZyOAtn9WEuJOnzq+JEmzhlDyIU"
81-
crossorigin="anonymous"></script>
53+
<script
54+
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.min.js"
55+
integrity="sha256-lel57Jim1/CW4I1iEkaHexK/J9h/ZRneeORKiQuNOIg="
56+
crossorigin="anonymous">
57+
</script>
8258
</svelte:head>
8359

8460
<div class="app-layout container">

0 commit comments

Comments
 (0)