Skip to content

Commit

Permalink
Update alliance_breakdown_component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Shom770 authored Feb 15, 2024
1 parent eaa0898 commit c044516
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/utils/components/alliance_breakdown_component.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Inter']
}
}
}
}
</script>
</head>

<body>
Expand Down Expand Up @@ -73,4 +59,4 @@ <h2 class="text-2xl text-white">
</div>
</div>
</div>
</body>
</body>

0 comments on commit c044516

Please sign in to comment.