Git button redirecting to new tab

This commit is contained in:
Lucas Oliveira 2023-06-16 13:37:17 -03:00
commit 2093a23547

View file

@ -44,7 +44,7 @@ export default function CommunityPage() {
Community Examples
</span>
<div className="flex gap-2">
<a href="https://github.com/logspace-ai/langflow_examples">
<a href="https://github.com/logspace-ai/langflow_examples" target="_blank" rel="noreferrer">
<Button variant="primary">
<GithubIcon className="w-4 mr-2" />
Add Your Example