Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit ceec614

Browse files
lib: update last DeckDeckGo core lib
1 parent efaccfe commit ceec614

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@ionic/core": "4.4.2",
39-
"@webcomponents/custom-elements": "^1.2.4",
40-
"@deckdeckgo/core": "^1.0.0-beta.34",
4138
"@deckdeckgo/charts": "^1.0.0-alpha.6",
39+
"@deckdeckgo/core": "^1.0.0-beta.35",
4240
"@deckdeckgo/highlight-code": "^1.0.0-alpha.15",
4341
"@deckdeckgo/qrcode": "^1.0.0-alpha.7",
4442
"@deckdeckgo/remote": "^1.0.0-alpha.9",
43+
"@ionic/core": "4.4.2",
44+
"@webcomponents/custom-elements": "^1.2.4",
4545
"ionicons": "^4.5.8",
4646
"web-social-share": "^5.0.0"
4747
},

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2 slot="title">Meanwhile, here some other features 👉</h2>
144144

145145
<deckgo-slide-split style="color: var(--ion-color-tertiary); --slide-split-color-start: white; --slide-split-align: center; --slide-split-text-align: center; --slide-split-background-end: white; --slide-split-color-end: var(--ion-color-tertiary);">
146146
<h1 slot="title">Progressive Web App</h1>
147-
<h3 slot="start">Publish your presentation as a <strong>Progressive Web App</strong> with <strong>offline</strong> support</h3>
147+
<h3 slot="start" style="margin: 0;">Publish your presentation as a <strong>Progressive Web App</strong> with <strong>offline</strong> support</h3>
148148
<div slot="end" style="text-align: center; width: 100%;">
149149
<img data-src="./assets/img/deckdeckgo-homecoming.png" style="width: 20vw;" alt="Publish your presentation as a Progressive Web App with offline support"/>
150150
</div>

0 commit comments

Comments
 (0)