Skip to content

Commit f1a8ce8

Browse files
committed
update
1 parent 9468e0e commit f1a8ce8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.LICENSE.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*!
2+
* Bootstrap v5.2.3 (https://getbootstrap.com/)
3+
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5+
*/
6+
17
/*!
28
* Quill Editor v1.3.7
39
* https://quilljs.com/

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,9 @@ <h5 class="modal-title">Нужны данные</h5>
135135
</div>
136136
</div>
137137

138-
<div class="toast-container position-fixed bottom-0 end-0 p-3">
138+
<div class="toast-container position-fixed top-0 end-0 p-3">
139139
<div id="liveToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
140140
<div class="toast-header">
141-
<img src="..." class="rounded me-2" alt="...">
142141
<strong class="me-auto">Сохранено</strong>
143142
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
144143
</div>

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
import * as bootstrap from 'bootstrap';
23
import 'bootstrap/dist/css/bootstrap.min.css';
34
import "bootstrap-icons/font/bootstrap-icons.css";
45
import { Octokit } from "@octokit/rest";

0 commit comments

Comments
 (0)