diff options
Diffstat (limited to 'examples/snowpack')
-rw-r--r-- | examples/snowpack/astro/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/snowpack/astro/pages/index.astro b/examples/snowpack/astro/pages/index.astro index 48ffa1c89..31dba0f51 100644 --- a/examples/snowpack/astro/pages/index.astro +++ b/examples/snowpack/astro/pages/index.astro @@ -78,7 +78,7 @@ let description = 'Snowpack is a lightning-fast frontend build tool, designed fo </a> <div class="content markdown-body feature-list"> - <div class="top"> + <div class={'t' + 'o' + 'p'}> <h2 id="what-is-snowpack%3F">What is Snowpack?</h2> <p> <strong>Snowpack is a lightning-fast frontend build tool, designed |