Skip to content

Commit

Permalink
Merge pull request #294 from poap-xyz/release/v1.13.16
Browse files Browse the repository at this point in the history
Release v1.13.16
  • Loading branch information
jm42 authored May 21, 2024
2 parents 127735d + a79e963 commit 74f02f8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poap-family",
"version": "1.13.15",
"version": "1.13.16",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down
2 changes: 0 additions & 2 deletions src/components/EventButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { POAP_GALLERY_URL } from 'models/poap'
import { DropProps } from 'models/drop'
import ButtonGroup from 'components/ButtonGroup'
import LinkButton from 'components/LinkButton'
import 'styles/event-button-group.css'

/**
* @param {PropTypes.InferProps<EventButtonGroup.propTypes>} props
Expand All @@ -22,7 +21,6 @@ function EventButtonGroup({
<ButtonGroup right={right}>
{viewInGallery && (
<LinkButton
className="view-in-gallery"
href={`${POAP_GALLERY_URL}/${event.id}`}
external={true}
>
Expand Down
4 changes: 4 additions & 0 deletions src/styles/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
transition: background-color .3s ease-out;
}

.button:not(.disabled).primary {
margin-left: .5rem;
}

.button.primary .button-content {
background-color: #968cff;
color: white;
Expand Down
3 changes: 0 additions & 3 deletions src/styles/event-button-group.css

This file was deleted.

4 changes: 4 additions & 0 deletions src/styles/events-powers.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.events-powers {
margin-bottom: .5rem;
}

.events-powers .event-power-card {
display: inline-block;
border: .1rem solid transparent;
Expand Down
4 changes: 4 additions & 0 deletions src/styles/link-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
border-radius: 3.2rem;
}

.link-button:not(.disabled).primary {
margin-left: 1rem;
}

.link-button.primary .link-button-content {
color: white;
stroke: white;
Expand Down
1 change: 1 addition & 0 deletions src/styles/stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
border: .35rem solid white;
border-radius: 1.62rem;
margin-top: .4rem;
margin-bottom: .5rem;
background-color: white;
}

Expand Down

0 comments on commit 74f02f8

Please sign in to comment.