@openeventkit/event-site 2.0.126 → 2.0.127
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openeventkit/event-site",
|
|
3
3
|
"description": "Event Site",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.127",
|
|
5
5
|
"author": "Tipit LLC",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@vimeo/player": "^2.16.3",
|
|
31
31
|
"ably": "^1.2.34",
|
|
32
32
|
"assert": "^2.1.0",
|
|
33
|
-
"attendee-to-attendee-widget": "3.1.1-beta.
|
|
33
|
+
"attendee-to-attendee-widget": "3.1.1-beta.34",
|
|
34
34
|
"autoprefixer": "10.4.14",
|
|
35
35
|
"awesome-bootstrap-checkbox": "^1.0.1",
|
|
36
36
|
"axios": "^0.19.2",
|
|
@@ -497,7 +497,7 @@ export const FullProfilePageTemplate = ({ user, getIDPProfile, updateProfile, up
|
|
|
497
497
|
</div>
|
|
498
498
|
</div>
|
|
499
499
|
<div className={styles.formContainer}>
|
|
500
|
-
<
|
|
500
|
+
<div className={styles.header}>Bio</div>
|
|
501
501
|
<div className={styles.form}>
|
|
502
502
|
<div className={`columns is-mobile ${styles.inputRow}`}>
|
|
503
503
|
<div className={`column is-full ${styles.inputField}`}>
|