Skip to content

Commit

Permalink
fix: added css
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 3, 2023
1 parent b1efb7b commit 753a69f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Header() {
target="_blank"
className="flex items-center space-x-2"
>
🔥 给我提反馈
🔥 <span className="hidden sm:block">给我提</span>反馈
</a>
<a
href="https://b.jimmylv.cn/ios"
Expand Down
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const Home: NextPage = () => {
「购买次数」
</a>
啦!
<a href="/shop" target="_blank" rel="noopener noreferrer">
<a href="/wechat.jpg" target="_blank" rel="noopener noreferrer">
也可以真的
<span className="text-pink-400 hover:underline">
「给我打赏」
Expand Down
5 changes: 0 additions & 5 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,10 @@ class MyDocument extends Document {
<meta name="twitter:description" content={description} />
<meta property="og:image" content={ogimage} />
<meta name="twitter:image" content={ogimage} />
<link
href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.3/flowbite.min.css"
rel="stylesheet"
/>
</Head>
<body className="bg-white text-gray-700">
<Main />
<NextScript />
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.3/flowbite.min.js"></script>
</body>
</Html>
);
Expand Down
5 changes: 5 additions & 0 deletions public/tv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
"./components/**/*.{js,ts,jsx,tsx}",
"./app/**/*.{js,ts,jsx,tsx}",
"./node_modules/flowbite/**/*.js",
"./node_modules/flowbite-react/**/*.js",
],
theme: {
extend: {},
Expand Down

1 comment on commit 753a69f

@vercel
Copy link

@vercel vercel bot commented on 753a69f Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.