mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
renamed PlaceholderFirmwareCard >>> PlaceholderCard
This commit is contained in:
parent
b37bc0fbaf
commit
963a7630b1
|
@ -50,7 +50,7 @@ export const DownloadCard = ({
|
|||
);
|
||||
};
|
||||
|
||||
export const PlaceholderFirmwareCard = (): JSX.Element => {
|
||||
export const PlaceholderCard = (): JSX.Element => {
|
||||
return (
|
||||
<div
|
||||
className="card"
|
||||
|
|
Loading…
Reference in a new issue