{{ content }}
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
index 2084886..d6b9d1c 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -2,6 +2,7 @@
{% include head.html %}
+ Skip to main content
{% include nav.html %}
{{ content }}
diff --git a/docs/index.md b/docs/index.md
index b87ce84..c83bb20 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -3,6 +3,8 @@ title: VoxBlocks — Web components for the OpenVox community
layout: home
---
+
+
`;
diff --git a/src/components/alert/vox-alert.ts b/src/components/alert/vox-alert.ts
index c126c96..a0b08f4 100644
--- a/src/components/alert/vox-alert.ts
+++ b/src/components/alert/vox-alert.ts
@@ -154,8 +154,12 @@ export class VoxAlert extends LitElement {
}
render() {
+ const isUrgent = this.variant === 'danger' || this.variant === 'warning';
return html`
-
+