@generative.fm/web-ui 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/about/about.js +2 -7
- package/package.json +2 -2
package/dist/about/about.js
CHANGED
|
@@ -6,8 +6,7 @@ import PropTypes from 'prop-types';
|
|
|
6
6
|
import useActivePatrons from '../use-active-patrons';
|
|
7
7
|
import styles from './about.module.scss';
|
|
8
8
|
var ALEX_BAINTER_URL = 'https://alexbainter.com';
|
|
9
|
-
var CONTACT_URL = 'https://contact.alexbainter.com';
|
|
10
|
-
var DISCORD_INVITE_URL = 'https://discord.gg/3KPnkv2UbP';
|
|
9
|
+
var CONTACT_URL = 'https://contact.alexbainter.com'; //const DISCORD_INVITE_URL = 'https://discord.gg/3KPnkv2UbP';
|
|
11
10
|
|
|
12
11
|
var formatPatronList = function formatPatronList(patronNames) {
|
|
13
12
|
return patronNames.map(function (name, i) {
|
|
@@ -104,11 +103,7 @@ var About = function About(_ref) {
|
|
|
104
103
|
href: CONTACT_URL,
|
|
105
104
|
target: "_blank",
|
|
106
105
|
rel: "noreferrer noopener"
|
|
107
|
-
}, "Message me"),
|
|
108
|
-
href: DISCORD_INVITE_URL,
|
|
109
|
-
target: "_blank",
|
|
110
|
-
rel: "noreferrer noopener"
|
|
111
|
-
}, "Generative.fm Discord server"), "."), /*#__PURE__*/React.createElement("h2", {
|
|
106
|
+
}, "Message me.")), /*#__PURE__*/React.createElement("h2", {
|
|
112
107
|
className: styles['about__text__subtitle']
|
|
113
108
|
}, "Generative.fm Sponsors"), /*#__PURE__*/React.createElement("div", null, "Generative.fm is a pay-what-you-want service made possible with funding from the following:"), /*#__PURE__*/React.createElement("div", {
|
|
114
109
|
className: classnames(styles['about__text__sponsors'], styles['about__text__sponsors--seeders'])
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@generative.fm/web-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Styles and components used for Generative.fm products",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"reset-css": "^5.0.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@material-ui/icons": "^4.
|
|
53
|
+
"@material-ui/icons": "^4.11.3",
|
|
54
54
|
"react": "^17.0.2",
|
|
55
55
|
"react-router-dom": "^5.2.0"
|
|
56
56
|
},
|