File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1479,6 +1479,7 @@ func (container *Container) RegisterSwaggerRoutes() {
14791479 Title : docs .SwaggerInfo .Title ,
14801480 CustomScript : `
14811481 document.addEventListener("DOMContentLoaded", function(event) {
1482+ document.body.style.margin = '0';
14821483 var links = document.querySelectorAll("link[rel~='icon']");
14831484 links.forEach(function (link) {
14841485 link.href = 'https://httpsms.com/favicon.ico';
Original file line number Diff line number Diff line change 355355 <v-btn
356356 to =" https://docs.httpsms.com/features/scheduling-sms-messages"
357357 class =" primary"
358+ ><v-icon left >{{ mdiClockOutline }}</v-icon
358359 >Documentation</v-btn
359360 >
360361 </div >
@@ -1023,6 +1024,7 @@ import {
10231024 mdiLanguageJava ,
10241025 mdiMicrosoftExcel ,
10251026 mdiWebhook ,
1027+ mdiClockOutline ,
10261028 mdiArrowRightThin ,
10271029 mdiPowershell ,
10281030 mdiLanguageGo ,
@@ -1042,6 +1044,7 @@ export default Vue.extend({
10421044 mdiSend ,
10431045 mdiGift ,
10441046 mdiArrowRightThin ,
1047+ mdiClockOutline ,
10451048 mdiCreation ,
10461049 mdiForum ,
10471050 mdiNumeric1 ,
You can’t perform that action at this time.
0 commit comments