diff --git a/web/src/pages/Home.tsx b/web/src/pages/Home.tsx
index 31bf841..97c0b9c 100644
--- a/web/src/pages/Home.tsx
+++ b/web/src/pages/Home.tsx
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react'
import { useNavigate } from 'react-router-dom'
-import { Typography, message, Space, Avatar, Button, Modal, Form, Radio, Alert, Input, Switch, InputNumber, Dropdown, Row, Col, Card } from 'antd'
+import { Typography, message, Space, Avatar, Button, Modal, Form, Radio, Alert, Input, Switch, InputNumber, Dropdown, Row, Col, Card, Tag } from 'antd'
import type { MenuProps } from 'antd'
import {
FileTextOutlined,
@@ -564,7 +564,9 @@ const Home: React.FC = () => {