Skip to content

Commit

Permalink
Actually ran prettier now
Browse files Browse the repository at this point in the history
  • Loading branch information
scooterthedev committed Jan 20, 2025
1 parent 9503c95 commit 28458b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/harbor/shipyard/new-ship-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ export default function NewShipForm({
if (deploymentUrl.startsWith('file://')) {
toast({
title: "Local file URLs aren't allowed",
description:
"You cannot use a local file as a demo. Try using #cdn instead to host a video or vercel for a deployed project!",
description:
'You cannot use a local file as a demo. Try using #cdn instead to host a video or vercel for a deployed project!',
})
setStaging(false)
return
Expand Down

0 comments on commit 28458b8

Please sign in to comment.