Skip to content

Commit

Permalink
Updates files - v.1.3.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Jul 9, 2024
1 parent ab0b410 commit d8e2d28
Show file tree
Hide file tree
Showing 8 changed files with 1,112 additions and 1,269 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/components/tools/pages/add.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Add() {
id="modalChoice"
>
<div className="modal-dialog" role="document">
<div className="modal-content rounded-3 shadow">
<div className="modal-content rounded-3 shadow bg-dark">
<div className="modal-body p-4 text-center">
<h5 className="mb-0">Oh non... 😓</h5>
<p className="mb-0">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/tools/pages/all.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function All() {
id="modalChoice"
>
<div className="modal-dialog" role="document">
<div className="modal-content rounded-3 shadow">
<div className="modal-content rounded-3 shadow bg-dark">
<div className="modal-body p-4 text-center">
<h5 className="mb-0">Oh non... 😓</h5>
<p className="mb-0">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/tools/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Download() {
id="modalChoice"
>
<div className="modal-dialog" role="document">
<div className="modal-content rounded-3 shadow">
<div className="modal-content rounded-3 shadow bg-dark">
<div className="modal-body p-4 text-center">
<h5 className="mb-0">Oh non... 😓</h5>
<p className="mb-0">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/tools/pages/explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Explore() {
id="modalChoice"
>
<div className="modal-dialog" role="document">
<div className="modal-content rounded-3 shadow">
<div className="modal-content rounded-3 shadow bg-dark">
<div className="modal-body p-4 text-center">
<h5 className="mb-0">Oh non... 😓</h5>
<p className="mb-0">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/components/tools/pages/security.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Security() {
id="modalChoice"
>
<div className="modal-dialog" role="document">
<div className="modal-content rounded-3 shadow">
<div className="modal-content rounded-3 shadow bg-dark">
<div className="modal-body p-4 text-center">
<h5 className="mb-0">Oh non... 😓</h5>
<p className="mb-0">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/routes/pages/news.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function News() {
<div className="col-lg-6 px-0">
<h1 className="display-4 fst-italic">Nouvelle version 1.3.0</h1>
<p className="lead my-3">Multiple lines of text that form the lede, informing new readers quickly and efficiently about what’s most interesting in this post’s contents.</p>
<p className="lead mb-0"><a href="#" className="text-body-emphasis fw-bold">En savoir plus&nbsp;&nbsp;<i className="fa-solid fa-arrow-right"></i></a></p>
<p className="lead mb-0"><a href="https://github.com/mpcgt/levetica/releases" target="_blank" className="text-body-emphasis fw-bold">En savoir plus&nbsp;&nbsp;<i className="fa-solid fa-arrow-right"></i></a></p>
</div>
</div>

Expand Down
Loading

0 comments on commit d8e2d28

Please sign in to comment.