mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
fix: Correct home link for tailwindcss
This commit is contained in:
parent
f9114eae91
commit
a4de042e01
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue