Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acktarius committed Jan 26, 2024
1 parent d54f1a5 commit 08f8cbd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conceal-assistant",
"version": "1.1.3",
"version": "1.1.4",
"description": "Assistant pour Conceal",
"main": "server.js",
"nodemonConfig": {
Expand Down
5 changes: 3 additions & 2 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ section,
}

sectionM {
height: 50vh;
height: 60vh;
}
/*
section {
height: 100vh;
}

*/
h1,.h1, h2, h3,.h3, h4,.h4 {
font-family: "Poppins", Arial, Helvetica, sans-serif;
text-transform: uppercase;
Expand Down
2 changes: 1 addition & 1 deletion views/footer.pug
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a.h7(href="licence") Copyright © 2022-2023, @Acktarius, All Rights Reserved.
a.h7(href="licence") Copyright © 2022-2024, @Acktarius, All Rights Reserved.
2 changes: 1 addition & 1 deletion views/licence.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ block layout-content
h1 Licence:
span.nowrap BSD-3-Clause
p Note: This license has also been called the "New BSD License" or "Modified BSD License". See also the 2-clause BSD License.
h7 Copyright © 2022-2023, @Acktarius, All Rights Reserved.
h7 Copyright © 2022-2024, @Acktarius, All Rights Reserved.
p Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
ol
li Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Expand Down
2 changes: 1 addition & 1 deletion views/main.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ block layout-content
.MessageZero
.Title
h1 Node :
ul.Details Guardian servive is
ul.Details Guardian service is
-var gs = guardianstatus
-if (gs === 'active')
li.h3 active
Expand Down

0 comments on commit 08f8cbd

Please sign in to comment.