diff --git a/src/components/admin/KnowledgeGraph.jsx b/src/components/admin/KnowledgeGraph.jsx
index cbdc98a..2142098 100644
--- a/src/components/admin/KnowledgeGraph.jsx
+++ b/src/components/admin/KnowledgeGraph.jsx
@@ -1,6 +1,6 @@
import React, { useCallback, useEffect, useRef, useState } from 'react';
import * as d3 from 'd3';
-import { Trash2, Edit2, Save, X, RefreshCw, AlertCircle, Plus, Link as LinkIcon, Github } from 'lucide-react';
+import { Trash2, Edit2, Save, X, RefreshCw, AlertCircle, Plus, Link as LinkIcon } from 'lucide-react';
import * as db from '../../lib/db';
import { anthropicApi } from '../../lib/api';
import { getRepoFolder } from '../../lib/giteaService';
@@ -343,7 +343,7 @@ Analyze this graph and return ONLY the optimized JSON object with this EXACT str
variant="outline"
className="w-full flex justify-center items-center gap-2"
>
-
+
{isSyncing ? 'Checking for updates...' : 'Sync Employee Handbook'}
{syncError && (