Skip to content

Commit

Permalink
Add new build
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Dec 30, 2024
1 parent b7ff90b commit 0f8314f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion corptools/static/corptools/bs5/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"index.html": {
"file": "assets/index-DRisS9Oz.js",
"file": "assets/index-Bsg9tIN2.js",
"src": "index.html",
"isEntry": true,
"imports": [
Expand Down
2 changes: 1 addition & 1 deletion frontend/frontend/build/static/.vite/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"index.html": {
"file": "assets/index-DRisS9Oz.js",
"file": "assets/index-Bsg9tIN2.js",
"src": "index.html",
"isEntry": true,
"imports": [
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/frontend/build/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
padding-top: 3.5em !important;
}
</style>
<script type="module" crossorigin src="/assets/index-DRisS9Oz.js"></script>
<script type="module" crossorigin src="/assets/index-Bsg9tIN2.js"></script>
<link rel="modulepreload" crossorigin href="/assets/@libs-CEzrdXGo.js">
<link rel="modulepreload" crossorigin href="/assets/@react-router-DFHYOdBm.js">
<link rel="stylesheet" crossorigin href="/static/corptools/bs5/static/css/index-C3MTBa14.css">
Expand Down
2 changes: 1 addition & 1 deletion frontend/frontend/src/Pages/Char/Doctrines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const CharacterDoctrine = () => {
</span>
</h6>
</Card.Header>
<Card.Body className="d-flex align-items-center">
<Card.Body className="d-flex align-items-center flex-wrap">
<div className="flex-one m-2">
<CharacterAllegiancePortrait size={128} character={char.character} />
</div>
Expand Down

0 comments on commit 0f8314f

Please sign in to comment.