Skip to content

Commit 8aee568

Browse files
committed
Remove icon from create line -page
1 parent 53ecf0e commit 8aee568

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ui/src/components/routes-and-lines/create-line/CreateNewLinePage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export const CreateNewLinePage: FC = () => {
6969
conflicts={conflicts.map(mapLineToCommonConflictItem)}
7070
/>
7171
<Row>
72-
<i className="icon-bus-alt text-6xl text-tweaked-brand" />
7372
<PageTitle.H1>{t(($) => $.lines.createNew)}</PageTitle.H1>
7473
</Row>
7574
<LineForm

0 commit comments

Comments
 (0)