File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {HomeComponent} from './components/home/home.component';
9
9
templateUrl : './app.component.html'
10
10
} )
11
11
export class AppComponent {
12
- title = 'Juno / Angular Starter ' ;
12
+ title = 'Juno / Angular Example ' ;
13
13
14
14
async ngOnInit ( ) {
15
15
await initSatellite ( {
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < title > AngularStarter </ title >
5
+ < title > Juno / Angular Example </ title >
6
6
< base href ="/ " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
8
< link rel ="icon " type ="image/x-icon " href ="favicon.ico " />
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < title > AngularStarter </ title >
5
+ < title > Juno / Angular Starter </ title >
6
6
< base href ="/ " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
8
< link rel ="icon " type ="image/x-icon " href ="favicon.ico " />
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import './globals.css';
5
5
const jetBrainsMono = JetBrains_Mono ( { subsets : [ 'latin' ] } ) ;
6
6
7
7
export const metadata : Metadata = {
8
- title : 'Create Next App ' ,
9
- description : 'Generated by create next app'
8
+ title : 'Juno / Next.js Starter ' ,
9
+ description : 'Welcome to my app! '
10
10
} ;
11
11
12
12
export default function RootLayout ( {
You can’t perform that action at this time.
0 commit comments