diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 29670a4943..b4c9f56879 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -5,6 +5,7 @@ on:
paths:
- 'packages/**'
- 'apps/**'
+ - 'plugins/**'
- 'biome.jsonc'
jobs:
checks:
diff --git a/plugins/figma/src/ui/app.tsx b/plugins/figma/src/ui/app.tsx
index e57326d985..676ca02464 100644
--- a/plugins/figma/src/ui/app.tsx
+++ b/plugins/figma/src/ui/app.tsx
@@ -15,7 +15,7 @@ function App() {
const dsMode = useDsMode();
return (
-
+
} />
diff --git a/plugins/figma/src/ui/components/Footer/Footer.tsx b/plugins/figma/src/ui/components/Footer/Footer.tsx
index dac6861ccb..9c53a097a5 100644
--- a/plugins/figma/src/ui/components/Footer/Footer.tsx
+++ b/plugins/figma/src/ui/components/Footer/Footer.tsx
@@ -20,9 +20,7 @@ export const Footer = () => {
*/}
- {loading && (
-
- )}
+ {loading && }
V {packageJson.version}
diff --git a/plugins/figma/src/ui/pages/Theme/Theme.tsx b/plugins/figma/src/ui/pages/Theme/Theme.tsx
index 61efa9ddcb..4c1355da45 100644
--- a/plugins/figma/src/ui/pages/Theme/Theme.tsx
+++ b/plugins/figma/src/ui/pages/Theme/Theme.tsx
@@ -97,7 +97,7 @@ function Theme() {
-
+
-
+
Gå til{' '}
Temabyggeren
@@ -120,7 +120,6 @@ function Theme() {