Skip to content

Commit

Permalink
Made screenshots bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
notangelmario committed Feb 3, 2023
1 parent 3dda0bf commit 2e9cade
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/compound/Screenshots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Screenshots(props: Props) {
idx === props.screenshots.length - 1}
>
<img
class="max-w-2xl h-64"
class="max-w-2xl max-h-96"
src={screenshot}
/>
</SlideItem>
Expand Down
32 changes: 32 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/app.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import "dotenv";

export const APP = {
version: "3.2.0",
version: "3.2.1",
codename: "Cristina",
discordInvite: "https://discord.com/invite/DXke9aSZh6",
githubRepo: "https://github.com/notangelmario/paquet",
};

export const DEV = !Deno.env.get("DENO_DEPLOYMENT_ID");
export const DEV = !Deno.env.get("DENO_DEPLOYMENT_ID");

0 comments on commit 2e9cade

Please sign in to comment.