Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update redirection url (#516)
Browse files Browse the repository at this point in the history
* add redirection

* update contact

* updated script

* fixed script

* remove class

* updated scode

* updated url to prod

* removed script

* update redirection to footer anchor
  • Loading branch information
krofax authored May 17, 2023
1 parent 110a44f commit e3a8a1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/components/PageFooter.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<footer class="footer">
<footer id="footer">
<span id="doc-version" style="display: none;">{{ docVersion }}</span>
<div class="container">
<div class="row">
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -444,18 +444,18 @@ div.hero-img {


}
.footer{
#footer{
//background-color: #24262b;
padding: 20px 0;
justify-content: center;
display: flex;
}

[data-theme="dark"] .footer {
[data-theme="dark"] #footer {
background-color: #24262b !important;
}

[data-theme="light"] .footer {
[data-theme="light"] #footer {
background-color: #f5f6f7 !important;
}
.footer-col{
Expand Down
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
{
"source": "/docs/contact.html",
"destination": "/docs/",
"destination": "/docs/#footer",
"type": "302"
},
{
Expand Down Expand Up @@ -155,7 +155,7 @@
},
{
"source": "/docs/contact.html",
"destination": "/docs/",
"destination": "/docs/#footer",
"type": "302"
},
{
Expand Down

0 comments on commit e3a8a1c

Please sign in to comment.