Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Rename to generative.fm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbainter committed Feb 8, 2019
1 parent e787b93 commit 8836b83
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 23 deletions.
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,6 +1,6 @@
{
"name": "Generative Music",
"description": "Generative music by Alex Bainter",
"name": "Generative.fm",
"description": "Endlessly unique ambient music",
"lang": "en-US",
"icons": [
{
Expand Down
11 changes: 8 additions & 3 deletions src/components/app/about-tab/index.jsx
Expand Up @@ -28,16 +28,15 @@ const AboutTabComponent = ({ version, isUpdateAvailable, isOnline }) => (
<p>
Though not a requirement of generative music, most of the pieces featured
are quite minimal and ambient. Here &quot;ambient&quot; means the music is
intended to enhance one&apos;s environment but not demand attention. The
music can be played as a background element without interrupting or
obscuring other sonic aspects of the environment.
intended to enhance one&apos;s environment but not demand attention.
</p>
<p>
If you have questions or feedback, send an email to{' '}
<a href="mailto:alex@alexbainter.com?Subject=Generative Music">
alex@alexbainter.com
</a>
</p>
<br />
<p>
{`v${version}`}
{isUpdateAvailable &&
Expand All @@ -51,6 +50,12 @@ const AboutTabComponent = ({ version, isUpdateAvailable, isOnline }) => (
</span>
)}
</p>
<p>
Made by{' '}
<a href="https://alexbainter" target="_noblank">
Alex Bainter
</a>
</p>
</div>
);

Expand Down
12 changes: 2 additions & 10 deletions src/components/app/title-nav/index.jsx
Expand Up @@ -7,18 +7,10 @@ const TitleNavComponent = ({ activeTabId, onTabClick }) => {
return (
<div className="title-nav">
<h1 className="title-nav__title title-nav__title--primary">
Generative Music
Generative.fm
</h1>
<h2 className="title-nav__title title-nav__title--secondary">
By{' '}
<a
className="title-nav__title__secret-link"
href="https://alexbainter.com"
//eslint-disable-next-line react/jsx-no-target-blank
target="_blank"
>
Alex Bainter
</a>
Endlessly unique ambient music
</h2>
<ul className="title-nav__tab-list">
{Reflect.ownKeys(tabs).map(tabId => (
Expand Down
8 changes: 0 additions & 8 deletions src/components/app/title-nav/title-nav.scss
Expand Up @@ -15,14 +15,6 @@
&--secondary {
font-size: 1em;
}

&__secret-link {
text-decoration: none;
color: $highlightColor;
&:hover {
color: $highlightInteractColor;
}
}
}

&__tab-list {
Expand Down

0 comments on commit 8836b83

Please sign in to comment.