Skip to content

Commit 072831c

Browse files
committed
Update favicon. Update library search placeholder.
1 parent 74220f1 commit 072831c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

ui/public/favicon-16.ico

367 Bytes
Binary file not shown.

ui/public/favicon-32.ico

682 Bytes
Binary file not shown.

ui/src/app/pages/landing-page/landing-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ng-template #caption>
99
<div class="flex w-full">
1010
<input (input)="libraryTable.filterGlobal($event.target.value, 'contains')" class="ml-auto sm:w-100 w-full" pInputText
11-
placeholder="Search keyword" type="text"/>
11+
placeholder="Search by Author or Title" type="text"/>
1212
</div>
1313
</ng-template>
1414
<ng-template #header>

ui/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>My Library</title>
66
<base href="/">
77
<meta content="width=device-width, initial-scale=1" name="viewport">
8-
<link href="favicon.ico" rel="icon" type="image/x-icon">
8+
<link href="favicon-32.ico" rel="icon" type="image/x-icon">
99
</head>
1010
<body>
1111
<app-root></app-root>

0 commit comments

Comments
 (0)