Skip to content

Commit

Permalink
fix: update Bootstrap CDN links to version 5.3.3 and adjust margin in…
Browse files Browse the repository at this point in the history
… Guild.vue
  • Loading branch information
ehippy committed Dec 10, 2024
1 parent 16ebe84 commit aca2764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<body data-bs-theme="dark">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<script src=" https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
</body>
</html>
1 change: 1 addition & 0 deletions src/views/Guild.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export default {
height: 40px;
border-radius: 100%;
display:inline-block;
margin:3px 6px;
}
.roundedGameBox{
border: 1px solid #40474f;
Expand Down

0 comments on commit aca2764

Please sign in to comment.