Skip to content

Commit

Permalink
fix profile page tailwind css cdn link
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfireman committed Jan 2, 2020
1 parent 6477db9 commit c508f60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Profile Page/angular-profile-page/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
<link
rel="stylesheet"
href="https://raw.githubusercontent.com/creativetimofficial/tailwind-starter-kit/master/compiled-tailwind.min.css"
href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/compiled-tailwind.min.css"
/>
<title>Profile | Tailwind Starter Kit by Creative Tim</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion Profile Page/html-profile-page/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/>
<link
rel="stylesheet"
href="https://raw.githubusercontent.com/creativetimofficial/tailwind-starter-kit/master/compiled-tailwind.min.css"
href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/compiled-tailwind.min.css"
/>
<title>Profile | Tailwind Starter Kit by Creative Tim</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion Profile Page/react-profile-page/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
-->
<link
rel="stylesheet"
href="https://raw.githubusercontent.com/creativetimofficial/tailwind-starter-kit/master/compiled-tailwind.min.css"
href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/compiled-tailwind.min.css"
/>
<title>Profile | Tailwind Starter Kit by Creative Tim</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion Profile Page/vuejs-profile-page/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/>
<link
rel="stylesheet"
href="https://raw.githubusercontent.com/creativetimofficial/tailwind-starter-kit/master/compiled-tailwind.min.css"
href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/compiled-tailwind.min.css"
/>
<title>Profile | Tailwind Starter Kit by Creative Tim</title>
</head>
Expand Down

0 comments on commit c508f60

Please sign in to comment.