Front/translate refactor (#110)
* Front: i18n: Create component * Front: Use new translation component * Front: Translation COmpoent: Change props name * Front: Fix merge
This commit is contained in:
@@ -6,7 +6,7 @@ import { Heading, VStack } from 'native-base';
|
||||
type SongCardGrid = {
|
||||
songs: Parameters<typeof SongCard>[0][];
|
||||
maxItemPerRow?: number,
|
||||
heading?: string
|
||||
heading?: JSX.Element,
|
||||
}
|
||||
|
||||
const SongCardGrid = (props: SongCardGrid) => {
|
||||
|
||||
Reference in New Issue
Block a user