mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Redesign device link screens
This commit is contained in:
10
ts/components/installScreen/InstallScreenSignalLogo.tsx
Normal file
10
ts/components/installScreen/InstallScreenSignalLogo.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { ReactElement } from 'react';
|
||||
import React from 'react';
|
||||
|
||||
export const InstallScreenSignalLogo = (): ReactElement => (
|
||||
// Because "Signal" should be the same in every language, this is not localized.
|
||||
<div className="InstallScreenSignalLogo">Signal</div>
|
||||
);
|
||||
Reference in New Issue
Block a user