mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
feat: update the content of the project
This commit is contained in:
@@ -86,8 +86,8 @@ function RouterNode({ data }) {
|
||||
<Handle type="source" position={Position.Left} id="left" className="!bg-transparent !border-0 !w-0 !h-0" />
|
||||
<Handle type="source" position={Position.Right} id="right" className="!bg-transparent !border-0 !w-0 !h-0" />
|
||||
|
||||
<img src="/favicon.svg" alt="9Router" className="w-6 h-6 mr-2" />
|
||||
<span className="text-sm font-bold text-primary">9Router</span>
|
||||
<img src="/favicon.svg" alt="9Router (Remake)" className="w-6 h-6 mr-2" />
|
||||
<span className="text-sm font-bold text-primary">9Router (Remake)</span>
|
||||
{data.activeCount > 0 && (
|
||||
<span className="ml-2 px-1.5 py-0.5 rounded-full bg-primary text-white text-xs font-bold">
|
||||
{data.activeCount}
|
||||
|
||||
Reference in New Issue
Block a user