Skip to content

Commit c793e3c

Browse files
committed
fixing index.css
1 parent 12629a6 commit c793e3c

17 files changed

Lines changed: 354 additions & 295 deletions

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="preconnect" href="https://fonts.googleapis.com">
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
12-
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@3.3.4/dist/tailwind.min.css" rel="stylesheet">
12+
<link href="./src/index.css" rel="stylesheet">
1313
<meta property="og:title" content="PeerCall - Secure Privacy-Respecting Video Calls" />
1414
<meta property="og:description" content="Secure, privacy-respecting real-time video calls with peer-to-peer WebRTC technology." />
1515
<meta property="og:type" content="website" />

0 commit comments

Comments
 (0)