summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwindcss/src')
-rw-r--r--examples/with-tailwindcss/src/pages/index.astro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/with-tailwindcss/src/pages/index.astro b/examples/with-tailwindcss/src/pages/index.astro
index ede61ab82..09891eed3 100644
--- a/examples/with-tailwindcss/src/pages/index.astro
+++ b/examples/with-tailwindcss/src/pages/index.astro
@@ -2,11 +2,10 @@
// Component Imports
import Button from '../components/Button.astro';
-let lang = 'en';
// Full Astro Component Syntax:
// https://github.com/snowpackjs/astro/blob/main/docs/core-concepts/astro-components.md
---
-<html lang={ lang ?? 'en' }>
+<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Astro + TailwindCSS</title>