Updated logo
Some checks failed
Build and publish / Build Container (push) Failing after 4s
Build and publish / Deploy Container (push) Has been skipped

This commit is contained in:
2026-06-12 02:05:20 -04:00
parent 4a97d4bbd3
commit f68213955e
2 changed files with 2 additions and 42 deletions

View File

@@ -3,9 +3,8 @@
<br />
<!-- Logo -->
<a href="/src/assets/img/header.png">
<img src="./src/assets/img/logo.png" alt="Logo" width="200" height="200">
</a>
<img src="./public/assets/img/logo.png" alt="Logo" width="200" height="200">
<!-- Title -->
### 291st Joint Task Force

View File

@@ -1,39 +0,0 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./out-tsc/app",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2020",
"types": [],
"module": "es2020",
"lib": [
"es2020",
"dom"
]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
]
}