Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed Apr 15, 2024
1 parent 27b46ec commit 4e4f852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- 'main'
- 'helm/add-webrtc-server'
tags:
- 'v*'
pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const PadEditor = ({ pad }: PadEditorProps) => {
<PadToolBox pad={pad} />
<Card className="m-b p-b" $css="margin-top:0;flex:1;" $overflow="auto">
<Text as="h2" $align="center">
{pad.name}
{pad.name} TUTU popo
</Text>
<BlockNoteEditor pad={pad} />
</Card>
Expand Down

0 comments on commit 4e4f852

Please sign in to comment.