This commit is contained in:
Katerina881 2023-05-15 14:17:04 +04:00
parent 1d7e424614
commit 7762a31191
3 changed files with 1 additions and 2 deletions

BIN
data.mv.db Normal file

Binary file not shown.

View File

@ -78,7 +78,6 @@ export default function MangaPage() {
<div className="container d-flex" >
<div className="d-flex flex-column">
<img className="img_style01" style={{borderRadius: "3%"}}src={mangaModel.image} alt={mangaModel.mangaName}/>
<button type="button" onClick={addMangaButton} className="btn btn-primary mt-3">Добавить в избранное</button>
</div>
<div className="container table text-white fs-4 ms-4">
<div className="row text-white fw-bold fs-3">О манге</div>

View File

@ -60,7 +60,7 @@ const UsersPage = function () {
return (
<>
<div className="table-shell mb-3">
<table className="table">
<table className="table text-white">
<thead>
<tr>
<th style={{ width: "10%" }} scope="col">#</th>