chore: release 5.3

This commit is contained in:
David Ralph
2021-08-22 16:12:13 +01:00
parent 096df4f073
commit 6bf6cca8c6
5 changed files with 10 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-disable no-unused-vars */
import { PureComponent } from 'react';
import {
SettingsRounded as Settings,
@@ -95,14 +96,15 @@ export default class Create extends PureComponent {
<h3>{time.type}</h3>
<div className='themesToggleArea'>
<div className='options'>
<div className='toggle lightTheme' onClick={() => this.changeTab(2, 'photos')}>
{/* <div className='toggle lightTheme' onClick={() => this.changeTab(2, 'photos')}>
<Photos/>
<span>{marketplace.photo_packs}</span>
</div>
<div className='toggle lightTheme' onClick={() => this.changeTab(2, 'quotes')}>
<Quotes/>
<span>{marketplace.quote_packs}</span>
</div>
</div>
*/}
<div className='toggle lightTheme' onClick={() => this.changeTab(2, 'settings')}>
<Settings/>
<span>{marketplace.preset_settings}</span>

View File

@@ -9,7 +9,7 @@ export const DDG_IMAGE_PROXY = 'https://external-content.duckduckgo.com/iu/?u=';
// Mue URLs
export const WEBSITE_URL = 'https://muetab.com';
export const PRIVACY_URL = 'https://muetab.com/privacy';
export const BLOG_POST = 'https://blog.muetab.com/posts/version-5-2';
export const BLOG_POST = 'https://blog.muetab.com/posts/version-5-3';
export const FEEDBACK_FORM = 'https://api.formcake.com/api/form/349b56cb-7e2b-4004-b32b-e8964d217dd1/submission';
// Mue Info
@@ -34,4 +34,4 @@ export const OFFLINE_IMAGES = 20;
// Version
export const BETA_VERSION = false;
export const VERSION = '5.2.0';
export const VERSION = '5.3.0';