fix: Correct home link for tailwindcss

This commit is contained in:
Jason Bailey 2024-03-03 11:23:44 -06:00 committed by GitHub
parent f9114eae91
commit a4de042e01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'
}