refactor: improve Svelte components and enhance user experience
- Updated various Svelte components to improve code readability and maintainability. - Standardized button classes across components for a consistent user interface. - Enhanced error handling and user feedback in modals and forms. - Cleaned up unnecessary imports and optimized component structure for better performance.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<a href={resolve('/ti')} class="btn btn-ghost">
|
||||
<a href={resolve('/ti')} class="btn">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
class="h-5 w-5"
|
||||
|
||||
Reference in New Issue
Block a user