TheThingsNetwork / docs

Documentation for The Things Network
https://www.thethingsnetwork.org/docs/
Apache License 2.0
63 stars 295 forks source link

Upgrade TTUI to 1.3.1 #531

Closed cvetkovski98 closed 1 year ago

cvetkovski98 commented 1 year ago

Summary

Upgrade to TTUI v1.3.1

Screenshots

Before
image
After
image

Changes

Notes for Reviewers

~I believe this upgrade somehow removes the padding/margin left of the logo and right of the log in button.~ @kschiffer @mjamescompton Is this intentional and do you have any suggestions?

This is now fixed after applying the changes by @mjamescompton.

Checklist

mjamescompton commented 1 year ago
diff --git a/doc/layouts/partials/head/head.html b/doc/layouts/partials/head/head.html
index b5355e8f6..b0a860be4 100644
--- a/doc/layouts/partials/head/head.html
+++ b/doc/layouts/partials/head/head.html
@@ -45,7 +45,7 @@
   <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
   {{- end }}

-  <link rel="stylesheet" href="https://ttui.thethingsindustries.com/release/1.0.0/main.css" />
+  <link rel="stylesheet" href="https://ttui.thethingsindustries.com/release/1.3.1/main.css" />

   {{ template "_internal/opengraph.html" . }}