mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Fixes
This commit is contained in:
parent
4d46994464
commit
f2328dea7f
2 changed files with 1 additions and 7 deletions
6
.github/workflows/reportBrokenPlugins.yml
vendored
6
.github/workflows/reportBrokenPlugins.yml
vendored
|
@ -39,12 +39,6 @@ jobs:
|
||||||
- name: Build web
|
- name: Build web
|
||||||
run: pnpm buildWeb --standalone --dev
|
run: pnpm buildWeb --standalone --dev
|
||||||
|
|
||||||
- name: Create Report
|
|
||||||
timeout-minutes: 10
|
|
||||||
run: |
|
|
||||||
export PATH="$PWD/node_modules/.bin:$PATH"
|
|
||||||
export CHROMIUM_BIN=$(which chromium-browser)
|
|
||||||
|
|
||||||
- name: Create Report
|
- name: Create Report
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -44,7 +44,7 @@ export default definePlugin({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={lastSection.section}>
|
<div className={lastSection.section}>
|
||||||
<Heading className={clydeMoreInfo.title}>
|
<Heading variant="eyebrow" className={clydeMoreInfo.title}>
|
||||||
Friends Since
|
Friends Since
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue