Skip to content

Commit 197a225

Browse files
committed
Use type=source to filter out forks in repo link
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 66ee32e commit 197a225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ const App = () => {
324324
))}
325325
</div>
326326
<a
327-
href="https://github.com/orgs/synapticore-io/repositories?type=public"
327+
href="https://github.com/orgs/synapticore-io/repositories?type=source"
328328
target="_blank"
329329
rel="noopener noreferrer"
330330
className="inline-flex items-center gap-2 mt-8 text-xs font-bold uppercase tracking-[0.2em] text-slate-500 hover:text-cyan-400 transition-all"

0 commit comments

Comments
 (0)