You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/client/components/navbar/GeneralInfo.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ export default function GeneralInfo(props) {
15
15
}}>
16
16
{/* TODO: this GitHub button comes from a component library. Should build your own or find one that supports TS types. */}
17
17
{/* @ts-ignore:next-line */}
18
-
<GitHubButtonhref="https://github.com/oslabs-beta/Swell"data-color-scheme="no-preference: dark; light: light; dark: dark;"data-size="large"data-show-count="true"aria-label="Star oslabs-beta/Swell on GitHub">Star</GitHubButton>
18
+
<GitHubButtonhref="https://github.com/open-source-labs/Swell"data-size="large"data-show-count="true"aria-label="Star open-source-labs/Swell on GitHub">Star</GitHubButton>
{/* The display for your current workspace. Contains functionality for saving, importing, exporting, and adding other GitHub users to your workspace. */}
0 commit comments