Skip to content

Commit

Permalink
change generate button name
Browse files Browse the repository at this point in the history
  • Loading branch information
minjugg committed Jun 24, 2024
1 parent 56fd66b commit 19c4310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func main() {
)
) : (
<div className="text-neutral-300">
Execution Result will appear here...
Execution result will appear here...
</div>
)}
</div>
Expand Down Expand Up @@ -140,7 +140,7 @@ func main() {
) : (
<RocketIcon className="mr-2 h-4 w-4" />
)}
Execution
Execute
</Button>
</div>
</form>
Expand Down

0 comments on commit 19c4310

Please sign in to comment.