Skip to content

Commit

Permalink
Homepage tweaks (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored Aug 15, 2024
1 parent a5d13b7 commit b867787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Website/HomePage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ extension HomePage {
H5("Powering companies like:").class("used-by-caption")
Div {
CompanyCard(name: "John Lewis", url: "https://johnlewis.com", logo: "icon-john-lewis")
CompanyCard(name: "Spotify", url: "https://spotify.com", logo: "icon-spotify")
// CompanyCard(name: "Spotify", url: "https://spotify.com", logo: "icon-spotify")
CompanyCard(name: "Swift Package Index", url: "https://swiftpackageindex.com", logo: "icon-swift-package-index")
CompanyCard(name: "Allegro", url: "https://allegro.pl", logo: "icon-allegro")
}.class("d-flex flex-row flex-wrap align-items-center justify-content-center used-by-companies-items")
Expand Down

0 comments on commit b867787

Please sign in to comment.