Skip to content

Commit

Permalink
Added a header
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsRiprod committed Aug 27, 2024
1 parent 274c210 commit d56b3c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DeskThingServer/src/renderer/src/components/Apps/Web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const Web = (): JSX.Element => {

return (
<div className="pt-5 flex flex-col justify-around items-center">
<h1 className="text-2xl font-semibold font-geist my-2">Downloadable Apps</h1>
{!appData?.appId ? (
<div className="w-full max-w-2xl">
{loading ? (
Expand Down

0 comments on commit d56b3c5

Please sign in to comment.