Skip to content

Commit

Permalink
removing bug with favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieupelatan committed Dec 8, 2023
1 parent 0dd2aeb commit a701492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/day2-operations/source/day2-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="<%= BASE_URL %>ui/favicon.ico">
<link href="https://unpkg.com/fiori-fundamentals@latest/dist/fiori-fundamentals.min.css" rel="stylesheet">
<title><%= htmlWebpackPlugin.options.title %></title>
<link href="header.css" rel="stylesheet">
Expand Down

0 comments on commit a701492

Please sign in to comment.