matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 60ac191dd8c61639186e3792720af44c5d759a49
parent 1addb35e5b08140df201fd9666317a74a3c4547f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  1 Apr 2022 20:38:55 +0200

Fix typo

Diffstat:
Msrc/pages/Home.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx @@ -19,7 +19,7 @@ export class Home extends PureComponent<any, State> { } // TODO: Factor in the amount of images - // If we have less than the result then only use the numver of images as columns + // If we have less than the result then only use the number of images as columns private settingColumns(): number { if (window.innerWidth >= 1400) { return 4;