Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Change 'Empty Website' to 'No Theme'
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Aug 15, 2019
1 parent 92c15ed commit e5e61e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modals/create-archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import inputsCSS from './inputs.css'
import buttonsCSS from './buttons2.css'

const BASIC_TEMPLATES = [
{url: 'blank', title: 'Empty Website', thumb: html`<img src="beaker://assets/img/templates/website.png">`}
{url: 'blank', title: 'No Theme', thumb: html`<img src="beaker://assets/img/templates/website.png">`}
]

class CreateArchiveModal extends LitElement {
Expand Down

0 comments on commit e5e61e9

Please sign in to comment.