Skip to content

Commit

Permalink
Update frontend/src/scenes/plugins/plugin/PluginImage.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Bianca Yang <[email protected]>
  • Loading branch information
raquelmsmith and xrdt committed Jan 3, 2024
1 parent 48cec19 commit 8fedd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/plugins/plugin/PluginImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useEffect, useState } from 'react'

import { PluginType } from '~/types'

export type PluginImageSize = 'medium' | 'large' | 'small'
export type PluginImageSize = 'small' | 'medium' | 'large' |

export function PluginImage({
plugin,
Expand Down

0 comments on commit 8fedd05

Please sign in to comment.