Skip to content

Commit

Permalink
Merge pull request #1104 from hackclub/add-minus-twelve
Browse files Browse the repository at this point in the history
Add minus twelve to the ysws list
  • Loading branch information
maxwofford authored Jan 15, 2025
2 parents f2eebfd + 1e682d5 commit be383f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/harbor/shipyard/new-ship-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default function NewShipForm({
{ label: 'Constellation', value: 'constellation' },
{ label: 'RaspiAPI', value: 'raspi-api' },
{ label: 'Say Cheese', value: 'say-cheese' },
{ label: 'Minus Twelve', value: 'minus-twelve' },

This comment has been minimized.

Copy link
@BudzioT

BudzioT Jan 16, 2025

Collaborator

@maxwofford next time remember to add the option to Airtable too, it makes people's ships go into void if it doesn't exist. Added it myself

]

// Initialize confetti on mount
Expand Down
1 change: 1 addition & 0 deletions src/app/utils/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export type YswsType =
| 'constellation'
| 'raspi-api'
| 'say-cheese'
| 'minus-twelve'

export interface Ship extends EditableShipFields {
id: string // The Airtable row's ID.
Expand Down

0 comments on commit be383f8

Please sign in to comment.