stuff
This commit is contained in:
parent
415a8f88e7
commit
d4d5cd3bd7
|
@ -4089,20 +4089,20 @@
|
|||
DiscordClassModules.BDrepo = {
|
||||
bdAddonCard: "bd-card bd-addon-card",
|
||||
bdButton: "bd-button",
|
||||
bdaAuthor: "author bda-author",
|
||||
bdaControls: "bd-addon-controls bda-controls",
|
||||
bdaAuthor: "bd-author author bda-author",
|
||||
bdaControls: "bd-controls bd-addon-controls bda-controls",
|
||||
bdaControlsButton: "bd-addon-button",
|
||||
bdaDescription: "bd-addon-description bda-description",
|
||||
bdaDescriptionWrap: "bda-description-wrap",
|
||||
bdaFooter: "bd-card-footer bda-footer",
|
||||
bdaDescription: "bd-description bd-addon-description bda-description",
|
||||
bdaDescriptionWrap: "bd-description-wrap bda-description-wrap",
|
||||
bdaFooter: "bd-footer bd-card-footer bda-footer",
|
||||
bdaHeader: "bd-addon-header bda-header",
|
||||
bdaHeaderTitle: "bd-card-title bda-header-title",
|
||||
bdaLink: "bda-link",
|
||||
bdaLinks: "bd-addon-links bda-links",
|
||||
bdaName: "name bda-name",
|
||||
bdaSettingsButton: "bda-settings-button",
|
||||
bdaHeaderTitle: "bd-title bd-card-title bda-header-title",
|
||||
bdaLink: "bd-link bda-link",
|
||||
bdaLinks: "bd-links bd-addon-links bda-links",
|
||||
bdaName: "bd-name name bda-name",
|
||||
bdaSettingsButton: "bd-settings-button bda-settings-button",
|
||||
bdaSlist: "bda-slist bd-addon-list",
|
||||
bdaVersion: "version bda-version",
|
||||
bdaVersion: "bd-version version bda-version",
|
||||
bdGuild: "bd-guild",
|
||||
bdGuildAnimatable: "bd-animatable",
|
||||
bdGuildAudio: "bd-audio",
|
||||
|
@ -6563,8 +6563,8 @@
|
|||
]
|
||||
}),
|
||||
BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.ScrollerVertical, {
|
||||
outerClassName: BDFDB.disCNS._repodescriptionwrap,
|
||||
className: BDFDB.disCNS._repodescription,
|
||||
outerClassName: BDFDB.disCN._repodescriptionwrap,
|
||||
className: BDFDB.disCN._repodescription,
|
||||
children: this.props.data.description
|
||||
}),
|
||||
BDFDB.ReactUtils.createElement("div", {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue