Skip to content

Commit

Permalink
updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
wheattoast11 committed Nov 30, 2024
1 parent ec83b1a commit 0f75d63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

<title>Intuition Labs LLC - AI Research & Consulting</title>

<!-- Preload critical assets -->
<link rel="preload" href="/src/style.css" as="style">
<!-- CSS from root directory -->
<link rel="stylesheet" href="/style.css">

<!-- Favicons -->
<!-- Favicons in root directory -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
Expand Down
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { createRoot } from 'react-dom/client';
import App from './App';
import './style.css';
import '../style.css';

// Create React root and render App
const root = createRoot(document.getElementById('root'));
Expand Down
File renamed without changes.

0 comments on commit 0f75d63

Please sign in to comment.