mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
6765
public/assets/fontawesome/css/all.min.css
vendored
Normal file
6765
public/assets/fontawesome/css/all.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -25,10 +25,7 @@ const { title } = Astro.props;
|
|||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<link rel="stylesheet" href="/src/styles/radix-ui.css" />
|
<link rel="stylesheet" href="/src/styles/radix-ui.css" />
|
||||||
<link
|
<link rel="stylesheet" href="/assets/fontawesome/css/all.min.css" />
|
||||||
rel="stylesheet"
|
|
||||||
href="/node_modules/@fortawesome/fontawesome-free/css/all.min.css"
|
|
||||||
/>
|
|
||||||
<link rel="stylesheet" href="/src/styles/global.css" />
|
<link rel="stylesheet" href="/src/styles/global.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user