update sb forms link
This commit is contained in:
parent
f0e367ce14
commit
4c1bfbdaec
2
dist/css/styles.css
vendored
2
dist/css/styles.css
vendored
@ -1,6 +1,6 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* Start Bootstrap - Agency v7.0.3 (https://startbootstrap.com/theme/agency)
|
* Start Bootstrap - Agency v7.0.4 (https://startbootstrap.com/theme/agency)
|
||||||
* Copyright 2013-2021 Start Bootstrap
|
* Copyright 2013-2021 Start Bootstrap
|
||||||
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -356,7 +356,7 @@
|
|||||||
<div class="fw-bolder">Form submission successful!</div>
|
<div class="fw-bolder">Form submission successful!</div>
|
||||||
To activate this form, sign up at
|
To activate this form, sign up at
|
||||||
<br />
|
<br />
|
||||||
<a href="https://startbootstrap.com/solution/contact-form">https://startbootstrap.com/solution/contact-form</a>
|
<a href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Submit error message-->
|
<!-- Submit error message-->
|
||||||
|
2
dist/js/scripts.js
vendored
2
dist/js/scripts.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Start Bootstrap - Agency v7.0.3 (https://startbootstrap.com/theme/agency)
|
* Start Bootstrap - Agency v7.0.4 (https://startbootstrap.com/theme/agency)
|
||||||
* Copyright 2013-2021 Start Bootstrap
|
* Copyright 2013-2021 Start Bootstrap
|
||||||
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "startbootstrap-agency",
|
"name": "startbootstrap-agency",
|
||||||
"version": "7.0.3",
|
"version": "7.0.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Agency",
|
"title": "Agency",
|
||||||
"name": "startbootstrap-agency",
|
"name": "startbootstrap-agency",
|
||||||
"version": "7.0.3",
|
"version": "7.0.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
|
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
|
||||||
"build:assets": "node scripts/build-assets.js",
|
"build:assets": "node scripts/build-assets.js",
|
||||||
|
@ -348,7 +348,7 @@ html(lang='en')
|
|||||||
.fw-bolder Form submission successful!
|
.fw-bolder Form submission successful!
|
||||||
| To activate this form, sign up at
|
| To activate this form, sign up at
|
||||||
br
|
br
|
||||||
a(href='https://startbootstrap.com/solution/contact-form') https://startbootstrap.com/solution/contact-form
|
a(href='https://startbootstrap.com/solution/contact-forms') https://startbootstrap.com/solution/contact-forms
|
||||||
|
|
||||||
// Submit error message
|
// Submit error message
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user