Skip to content

Commit 0cf1d16

Browse files
authored
Update depedencies (#135)
1 parent 942c73c commit 0cf1d16

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/Website/HomePage.swift

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ extension HomePage {
5656

5757
func buildHeader() -> Component {
5858
Div {
59-
// Hero
60-
Span {
61-
Span("Vapor").class("visually-hidden")
62-
}.class("d-flex mx-auto")
63-
.accessibilityLabel("Vapor Logo")
59+
// Hero — new teardrop mark + "Vapor" wordmark text
60+
Div {
61+
Span().id("vapor-hero-logo-mark").attribute(named: "aria-hidden", value: "true")
62+
Span("Vapor").id("vapor-hero-logo-text")
63+
}.class("d-flex mx-auto align-items-center justify-content-center")
64+
.accessibilityLabel("Vapor")
6465
.id("vapor-hero-logo")
6566
H1("Swift, but on a server").class("main-title")
6667
H3("Vapor provides a safe, performant and easy to use foundation to build HTTP servers, backends and APIs in Swift")

0 commit comments

Comments
 (0)