Skip to content

Commit 63b0345

Browse files
authored
Merge pull request #11 from devfolioco/no_tab_opening
Open first tab by default
2 parents f99042b + 586a9b8 commit 63b0345

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/docs/guide/organizer-dashboard/admin-tab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: The Admin tab contains essential features that make it easier to ma
55

66
import { Tabs, Tab } from "fumadocs-ui/components/tabs";
77

8-
<Tabs items={["Search Team and Hackers", "Change & Extend Deadlines", "Download CSV", "Make an Announcement"]} defaultValue="Search Team and Hackers">
8+
<Tabs items={["Search Team and Hackers", "Change & Extend Deadlines", "Download CSV", "Make an Announcement"]}>
99
<Tab value="Search Team and Hackers">
1010
<p>All relevant data of hackers is visible through the dashboard itself.</p>
1111
<img src="/assets/admin-1.gif" alt="Search Hackers in Admin Tab" />

content/docs/guide/organizer-dashboard/review-tab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: The Overview Tab helps you accept, reject, or waitlist applications
55

66
import { Tabs, Tab } from "fumadocs-ui/components/tabs";
77

8-
<Tabs items={["Online Mode", "Offline and Online with Application Review Mode"]} defaultValue="Online Mode">
8+
<Tabs items={["Online Mode", "Offline and Online with Application Review Mode"]}>
99
<Tab value="Online Mode">
1010
<p>
1111
In <code>Online</code> mode, you can see a list of hackers with their respective status. You can filter out the list by Country or City depending on the nature of your request.

content/docs/guide/your-devfolio-profile/claims.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Quick walkthrough to claim your schwag/bounty/Onchain Credentials
66
import { Tabs, Tab } from "fumadocs-ui/components/tabs";
77

88

9-
<Tabs items={["Schwag", "Bounties", "Onchain Credentials"]} defaultValue="Schwag">
9+
<Tabs items={["Schwag", "Bounties", "Onchain Credentials"]}>
1010
<Tab value="Schwag">
1111
1. Click on your profile in the top-right corner and choose 'My Claims' or click [here](https://devfolio.co/claims)
1212
<img src="/assets/image 135 (1) (1).webp" alt="My Claims" />

content/docs/guide/your-devfolio-profile/profile.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can access the Profile Tab by clicking on your profile in the top right corn
1111

1212
### To make your profile stand out, fill out the below sections:
1313

14-
<Tabs items={["About", "Education", "Experience", "Links", "Contact"]} defaultValue="About">
14+
<Tabs items={["About", "Education", "Experience", "Links", "Contact"]}>
1515
<Tab value="About">
1616
Kick-start here by updating your profile with basic information.
1717

0 commit comments

Comments
 (0)