you're welcome uri

This commit is contained in:
Zack Rauen 2018-06-30 17:48:05 -04:00
parent 33cb8c8ab5
commit 6234234c9f
2 changed files with 3 additions and 3 deletions

View File

@ -3026,9 +3026,9 @@ class V2C_PluginCard extends BDV2.reactComponent {
),
(website || source || this.hasSettings) && BDV2.react.createElement("div", {className: "bda-footer"},
BDV2.react.createElement("span", {className: "bda-links"},
website && BDV2.react.createElement("a", {className: "bda-link", href: website, target: "_blank"}, "Website"),
website && BDV2.react.createElement("a", {className: "bda-link bda-link-website", href: website, target: "_blank"}, "Website"),
website && source && " | ",
source && BDV2.react.createElement("a", {className: "bda-link", href: source, target: "_blank"}, "Source")
source && BDV2.react.createElement("a", {className: "bda-link bda-link-source", href: source, target: "_blank"}, "Source")
),
this.hasSettings && BDV2.react.createElement("button", {onClick: this.showSettings, className: "bda-settings-button", disabled: !this.state.checked}, "Settings")
)

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long