diff --git a/src/components/bookmarks/item.jsx b/src/components/bookmarks/item.jsx
index b87d4a56..f3a2be53 100644
--- a/src/components/bookmarks/item.jsx
+++ b/src/components/bookmarks/item.jsx
@@ -20,7 +20,7 @@ export default function Item({ bookmark }) {
{bookmark.name}
-
{hostname}
+
{hostname}
diff --git a/src/components/color-toggle.jsx b/src/components/color-toggle.jsx
index aab94d72..29e81c0b 100644
--- a/src/components/color-toggle.jsx
+++ b/src/components/color-toggle.jsx
@@ -45,6 +45,7 @@ export default function ColorToggle() {
className="h-5 w-5 text-theme-800 dark:text-theme-200 transition duration-150 ease-in-out"
aria-hidden="true"
/>
+ Change color
+ {color}
))}
diff --git a/src/components/services/item.jsx b/src/components/services/item.jsx
index 682b694f..de70914e 100644
--- a/src/components/services/item.jsx
+++ b/src/components/services/item.jsx
@@ -93,6 +93,7 @@ export default function Item({ service }) {
className="flex-shrink-0 flex items-center justify-center w-12 cursor-pointer"
>
+ View container stats
)}
diff --git a/src/components/version.jsx b/src/components/version.jsx
index 15eb68b0..b269d78b 100644
--- a/src/components/version.jsx
+++ b/src/components/version.jsx
@@ -26,7 +26,7 @@ export default function Version() {
return (
-
+
{version} ({revision.substring(0, 7)}, {formatDate(buildTime)})
{version === "main" || version === "dev"
@@ -37,7 +37,7 @@ export default function Version() {
href={latestRelease.html_url}
target="_blank"
rel="noopener noreferrer"
- className="ml-2 text-xs text-theme-500 opacity-50 flex flex-row items-center"
+ className="ml-2 text-xs text-theme-500 flex flex-row items-center"
>
{t("Update Available")}
diff --git a/src/components/widgets/openweathermap/weather.jsx b/src/components/widgets/openweathermap/weather.jsx
index 9037eb3a..61d6229d 100644
--- a/src/components/widgets/openweathermap/weather.jsx
+++ b/src/components/widgets/openweathermap/weather.jsx
@@ -98,7 +98,7 @@ export default function OpenWeatherMap({ options }) {
}
};
- if (!requesting && !location) requestLocation();
+ // if (!requesting && !location) requestLocation();
if (!location) {
return (
diff --git a/src/components/widgets/search/search.jsx b/src/components/widgets/search/search.jsx
index 1ffd6bf6..1af4b140 100644
--- a/src/components/widgets/search/search.jsx
+++ b/src/components/widgets/search/search.jsx
@@ -81,6 +81,7 @@ export default function Search({ options }) {
focus:ring-theme-500 dark:focus:ring-white/50"
>
+ {t("search.search")}
);
diff --git a/src/components/widgets/weather/weather.jsx b/src/components/widgets/weather/weather.jsx
index 1c92f839..f13c177f 100644
--- a/src/components/widgets/weather/weather.jsx
+++ b/src/components/widgets/weather/weather.jsx
@@ -99,7 +99,7 @@ export default function WeatherApi({ options }) {
}
};
- if (!requesting && !location) requestLocation();
+ // if (!requesting && !location) requestLocation();
if (!location) {
return (
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx
index ad9ef110..b90aa465 100644
--- a/src/pages/_document.jsx
+++ b/src/pages/_document.jsx
@@ -4,7 +4,10 @@ export default function Document() {
return (
-
+
diff --git a/src/styles/manrope.css b/src/styles/manrope.css
index a0b253e8..ee904188 100644
--- a/src/styles/manrope.css
+++ b/src/styles/manrope.css
@@ -8,46 +8,54 @@
letter-spacing: 0.25px;
font-weight: 400;
src: local("Arial");
+ font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 200;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
+ font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 300;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
+ font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 400;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
+ font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 500;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
+ font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 600;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
+ font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 700;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
+ font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 800;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
+ font-display: swap;
}