Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iGEM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iGEM Websites
iGEM
Commits
8a427f09
Commit
8a427f09
authored
3 years ago
by
Gintautas Jurgelevičius
Browse files
Options
Downloads
Patches
Plain Diff
Favicon update
parent
08145b13
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2479
passed
3 years ago
Stage: build
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/favicon.ico
+0
-0
0 additions, 0 deletions
public/favicon.ico
public/index.html
+1
-1
1 addition, 1 deletion
public/index.html
public/manifest.json
+2
-3
2 additions, 3 deletions
public/manifest.json
with
3 additions
and
4 deletions
public/favicon.ico
deleted
100644 → 0
+
0
−
0
View file @
08145b13
1.12 KiB
This diff is collapsed.
Click to expand it.
public/index.html
+
1
−
1
View file @
8a427f09
...
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"icon"
href=
"
%PUBLIC_URL%
/favicon.
ico
"
/>
<link
rel=
"icon"
href=
"
https://static.igem.io/common/icons
/favicon.
svg
"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
...
...
This diff is collapsed.
Click to expand it.
public/manifest.json
+
2
−
3
View file @
8a427f09
...
...
@@ -3,9 +3,8 @@
"name"
:
"iGEM"
,
"icons"
:
[
{
"src"
:
"favicon.ico"
,
"sizes"
:
"64x64 32x32 24x24 16x16"
,
"type"
:
"image/x-icon"
"src"
:
"https://static.igem.io/common/icons/favicon.svg"
,
"type"
:
"image/svg+xml"
}
],
"start_url"
:
"."
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment