Skip to content

Commit c5a6b41

Browse files
committed
minor $ change
1 parent e20f301 commit c5a6b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/source/hooks/useLogsFromAllSources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const transformLogToNode = (log: LogEntry) => {
179179
key={0}
180180
flexDirection="column"
181181
>
182-
<Text color="#7e57c2">${logoText}</Text>
182+
<Text color="#7e57c2">{logoText}</Text>
183183
<Text bold>Open Source</Text>
184184
</Box>
185185
<Newline key={2} />

0 commit comments

Comments
 (0)