Skip to content

Commit

Permalink
fix(promo): solExt rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Oct 5, 2022
1 parent a69967f commit a110bff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/css/awesomeLinks.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ body:not(.is-banner-active).is-awesomeLinks-journal .is-journals h1.title::befor


/* promo */
.is-awesomeStyler-loaded .desc-item[data-key="promoSolext"] {
.is-awesomeStyler-loaded .desc-item[data-key="promoAwesomeStyler"] {
display: none;
}

.desc-item[data-key="promoSolext"] {
.desc-item[data-key="promoAwesomeStyler"] {
margin: 1em 0 !important;
font-size: 1.3em;
}
.desc-item[data-key="promoSolext"] .form-checkbox {
.desc-item[data-key="promoAwesomeStyler"] .form-checkbox {
display: none;
}
4 changes: 2 additions & 2 deletions src/js/modules/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { SettingSchemaDesc } from '@logseq/libs/dist/LSPlugin.user';

export const settingsConfig: SettingSchemaDesc[] = [
{
key: 'promoSolext',
key: 'promoAwesomeStyler',
title: '',
description: '⚡ Also try "Solarized Extended" theme with lots of UI changes and more features! ⚡ https://github.com/yoyurec/logseq-solarized-extended-theme',
description: '⚡ Also try "Awesome Styler" theme with lots of UI changes and more features! ⚡ https://github.com/yoyurec/logseq-awesome-styler',
type: 'boolean',
default: false,
},
Expand Down

0 comments on commit a110bff

Please sign in to comment.