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

@@ -1,10 +1,10 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/saoudrizwan/claude-dev/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop
about: Share and vote on feature requests for Claude Dev
- name: Claude Dev Discord Community
url: https://discord.gg/claudedev
url: https://github.com/clinebot/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop
about: Share and vote on feature requests for Cline
- name: Cline Discord
url: https://discord.gg/cline
about: Join our Discord community for discussions and support
- name: Other Questions?
url: https://x.com/sdrzn

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@ dist
node_modules
.vscode-test/
*.vsix
.DS_Store

View File

@@ -451,7 +451,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
<br />
It seems like you're having Windows PowerShell issues, please see this{" "}
<a
href="https://github.com/saoudrizwan/claude-dev/wiki/TroubleShooting-%E2%80%90-%22PowerShell-is-not-recognized-as-an-internal-or-external-command%22"
href="https://github.com/clinebot/cline/wiki/TroubleShooting-%E2%80%90-%22PowerShell-is-not-recognized-as-an-internal-or-external-command%22"
style={{ color: "inherit", textDecoration: "underline" }}>
troubleshooting guide
</a>
@@ -484,9 +484,9 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
Uh-oh, this could be a problem on end. We've been alerted and
will resolve this ASAP. You can also{" "}
<a
href="https://discord.gg/claudedev"
href=""
style={{ color: "inherit", textDecoration: "underline" }}>
contact us on discord
contact us
</a>
.
</span>
@@ -638,7 +638,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
shell: zsh, bash, fish, or PowerShell (<code>CMD/CTRL + Shift + P</code> →
"Terminal: Select Default Profile").{" "}
<a
href="https://github.com/saoudrizwan/claude-dev/wiki/Troubleshooting-%E2%80%90-Shell-Integration-Unavailable"
href="https://github.com/clinebot/cline/wiki/Troubleshooting-%E2%80%90-Shell-Integration-Unavailable"
style={{ color: "inherit", textDecoration: "underline" }}>
Still having trouble?
</a>

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>