Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Releases page #575

Merged
merged 25 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: fix mobile css
mehulmathur16 committed Dec 18, 2024
commit 6be2c6021e3d66a535c86d429f7e1be66edad0cc
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ export default {
alt="Blogs Icon"
style="width: 16px; height: 16px;"
/>
<span class="text-content-small font-medium">Blogs</span>
<span class="text-content-tiny font-bold lg:text-content-small lg:font-medium">Blogs</span>
</div>`,
},
{
@@ -141,7 +141,7 @@ export default {
alt="Releases Icon"
style="width: 16px; height: 16px;"
/>
<span class="text-content-small font-medium">Releases</span>
<span class="text-content-tiny font-bold lg:text-content-small lg:font-medium">Releases</span>
</div>`,
},
],
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx,md,mdx}", "./docs/**/*.{md,mdx}"],
content: ["./src/**/*.{js,jsx,ts,tsx,md,mdx}", "./docs/**/*.{md,mdx}", "./docusaurus.config.ts"],
theme: {
extend: {
colors: {