Skip to content

Commit

Permalink
docs: fix pr main
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman233 committed Sep 14, 2023
1 parent 547934c commit 3cbaadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm run build --prefix="./website/plasma-website"
cp -R ./website/plasma-website/build/ ./s3_build/${PR_NAME}
cp -R ./website/plasma-website/build ./s3_build/${PR_NAME}/
- name: Plasma UI Docs
if: ${{ needs.scope.outputs.HAS_PLASMA_UI_DOCS == 'true' && needs.scope.outputs.HAS_PLASMA_UI == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion website/plasma-website/components/main/SupportTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ interface SupportTooltipProps {
export const SupportTooltip = ({ href, ...props }: SupportTooltipProps) => (
<Root {...props}>
<StyledLink as="a" target="_blank" href={href}>
— Я просто спросить
— Я просто спросить.
<StyledResponsiveIcon>
<StyledIconTelegram />
<StyledIconTelegramInversion />
Expand Down

0 comments on commit 3cbaadb

Please sign in to comment.