Replace SVGs with icons, restructure the table for CRUD operations across the project, standardize the application's display, and build a new template for the table's action buttons.
This commit is contained in:
@@ -55,10 +55,7 @@ export default function NotFound() {
|
||||
textDecoration: "none",
|
||||
display: "inline-flex", alignItems: "center", gap: 8,
|
||||
}}>
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.5">
|
||||
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />
|
||||
<polyline points="9 22 9 12 15 12 15 22" />
|
||||
</svg>
|
||||
<i className="ti ti-home" style={{ fontSize: 14 }} aria-hidden="true" />
|
||||
لوحة التحكم
|
||||
</Link>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user