From 961539b4357d1346ced216f557f04a16c22b7dd9 Mon Sep 17 00:00:00 2001 From: hemant10yadav Date: Tue, 31 Dec 2024 09:19:40 +0530 Subject: [PATCH] changed logo --- README.md | 2 +- angular.json | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- src/app/app.component.spec.ts | 6 +++--- src/app/app.component.ts | 2 +- .../my-footer/app-footer.component.html | 4 ++-- .../navigation-bar.component.html | 4 ++-- src/assets/img/BrightR.Club.png | Bin 1625 -> 0 bytes src/assets/img/logo.jpeg | Bin 0 -> 28158 bytes src/index.html | 6 +++--- 11 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 src/assets/img/BrightR.Club.png create mode 100644 src/assets/img/logo.jpeg diff --git a/README.md b/README.md index 3f29778..58df1ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BrightRClub +# bookstore This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0. diff --git a/angular.json b/angular.json index c0502a6..365e486 100644 --- a/angular.json +++ b/angular.json @@ -3,7 +3,7 @@ "version": 1, "newProjectRoot": "projects", "projects": { - "BrightRClub": { + "bookstore": { "projectType": "application", "schematics": { "@schematics/angular:component": { @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/bright-rclub", + "outputPath": "dist/bookstore", "index": "src/index.html", "main": "src/main.ts", "polyfills": ["zone.js"], @@ -61,11 +61,11 @@ "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { - "browserTarget": "BrightRClub:build:production", + "browserTarget": "bookstore:build:production", "proxyConfig": "src/proxy.conf.json" }, "development": { - "browserTarget": "BrightRClub:build:development", + "browserTarget": "bookstore:build:development", "proxyConfig": "src/proxy.conf.json" } }, @@ -74,7 +74,7 @@ "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "BrightRClub:build" + "browserTarget": "bookstore:build" } }, "test": { diff --git a/package-lock.json b/package-lock.json index 1995dae..fb7a11e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "bright-rclub", + "name": "bookstore", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "bright-rclub", + "name": "bookstore", "version": "0.0.0", "dependencies": { "@angular/animations": "^15.0.0", diff --git a/package.json b/package.json index 420dd8f..2266b38 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "bright-rclub", + "name": "bookstore", "version": "0.0.0", "scripts": { "ng": "ng", diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index ddba1ab..836aa46 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -20,16 +20,16 @@ describe('AppComponent', () => { expect(app).toBeTruthy(); }); - it(`should have as title 'BrightRClub'`, () => { + it(`should have as title 'bookstore'`, () => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.componentInstance; - expect(app.title).toEqual('BrightRClub'); + expect(app.title).toEqual('bookstore'); }); it('should render title', () => { const fixture = TestBed.createComponent(AppComponent); fixture.detectChanges(); const compiled = fixture.nativeElement as HTMLElement; - expect(compiled.querySelector('.content span')?.textContent).toContain('BrightRClub app is running!'); + expect(compiled.querySelector('.content span')?.textContent).toContain('bookstore app is running!'); }); }); diff --git a/src/app/app.component.ts b/src/app/app.component.ts index fa63ef6..39704c6 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,5 +6,5 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.scss'] }) export class AppComponent { - title = 'BrightRClub'; + title = 'bookstore'; } diff --git a/src/app/components/my-footer/app-footer.component.html b/src/app/components/my-footer/app-footer.component.html index 1ae3d18..544796f 100644 --- a/src/app/components/my-footer/app-footer.component.html +++ b/src/app/components/my-footer/app-footer.component.html @@ -27,13 +27,13 @@
- logo + logo
diff --git a/src/app/components/navigation-bar/navigation-bar.component.html b/src/app/components/navigation-bar/navigation-bar.component.html index aba9063..7379d8d 100644 --- a/src/app/components/navigation-bar/navigation-bar.component.html +++ b/src/app/components/navigation-bar/navigation-bar.component.html @@ -5,9 +5,9 @@