fix: Correct home link for tailwindcss

pull/2173/head
Huyen Nguyen 11 months ago committed by GitHub
commit f224c56ea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ module Docs
self.root_path = '/'
self.release = '3.3.2'
self.links = {
home: 'tps://tailwindcss.com/',
home: 'https://tailwindcss.com/',
code: 'https://github.com/tailwindlabs/tailwindcss'
}

Loading…
Cancel
Save