Skip to content

Commit c723eed

Browse files
committed
Update IN-Chapter to IT-Chapter and songlist link
1 parent 1b88518 commit c723eed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The IN-Chapters Webapp Songbook 2.0
1+
# The IT-Chapters Webapp Songbook 2.0
22

33
The chapters new and improved songbook (PWA) webapp!
44

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title>IN-Songbook</title>
1111
<meta
1212
name="description"
13-
content="Song book for the Chapter of Information and Nanotechnology"
13+
content="Song book for the Chapter of Informationtechnology"
1414
/>
1515
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1616
<link rel="icon" href="/favicon.ico" />

Diff for: src/definitions/songs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ export type SongsWithMeta = {
2020
};
2121

2222
export const SONGS_JSON_URL =
23-
'https://raw.githubusercontent.com/insektionen/songlist/master/dist/songs.json';
23+
'https://raw.githubusercontent.com/itsektionen/songlist/master/dist/songs.json';

Diff for: vite.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default defineConfig({
2626
manifest: {
2727
name: 'IN-Songbook',
2828
short_name: 'Songbook',
29-
description: 'The IN-Chapters Webapp Songbook 2.0',
29+
description: 'The IT-Chapters Webapp Songbook 2.0',
3030
theme_color: '#2e5163',
3131
icons: [
3232
{
@@ -46,7 +46,7 @@ export default defineConfig({
4646
getCache({
4747
name: 'songs.json',
4848
pattern:
49-
'https://raw.githubusercontent.com/insektionen/songlist/master/dist/songs.json',
49+
'https://raw.githubusercontent.com/itsektionen/songlist/master/dist/songs.json',
5050
}),
5151
],
5252
globPatterns: ['**/*.{js,css,html}', '*', 'assets/*'],

0 commit comments

Comments
 (0)