Refactor social links

This commit is contained in:
Saoud Rizwan
2024-10-06 23:39:07 -04:00
parent 519c6bb249
commit 1ac3275341
4 changed files with 12 additions and 10 deletions

View File

@@ -158,8 +158,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
}}>
<p style={{ wordWrap: "break-word", margin: 0, padding: 0 }}>
If you have any questions or feedback, feel free to open an issue at{" "}
<VSCodeLink href="https://github.com/saoudrizwan/claude-dev" style={{ display: "inline" }}>
https://github.com/saoudrizwan/claude-dev
<VSCodeLink href="https://github.com/clinebot/cline" style={{ display: "inline" }}>
https://github.com/clinebot/cline
</VSCodeLink>
</p>
<p style={{ fontStyle: "italic", margin: "10px 0 0 0", padding: 0 }}>v{version}</p>