Skip to content

Commit

Permalink
Fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kercre123 committed Jul 23, 2024
1 parent daf374c commit fa4690a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions chipper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
golang.org/x/image v0.10.0 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/sys v0.15.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions chipper/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/gopher-lua v1.1.1 h1:kYKnWBjvbNP4XLT3+bPEwAXJx262OhaHDWDVOPjL46M=
github.com/yuin/gopher-lua v1.1.1/go.mod h1:GBR0iDaNXjAgGg9zfCvksxSRnQx76gclCIb7kdAd1Pw=
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.mongodb.org/mongo-driver v1.4.2/go.mod h1:WcMNYLx/IlOxLe6JRJiv2uXuCz6zBLndR4SoGjYphSc=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
Expand Down
2 changes: 1 addition & 1 deletion chipper/webroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Wire-Pod</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/8cdc8cbed9.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/7508f396ac.js" crossorigin="anonymous"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion chipper/webroot/initial.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Wire-Pod Initial Setup</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/8cdc8cbed9.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/7508f396ac.js" crossorigin="anonymous"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion chipper/webroot/sdkapp/control.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Vector Web App</title>
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/8cdc8cbed9.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/7508f396ac.js" crossorigin="anonymous"></script>
</head>

<body onload="updateControlButtons()">
Expand Down
2 changes: 1 addition & 1 deletion chipper/webroot/sdkapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Vector SDK App</title>
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/8cdc8cbed9.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/7508f396ac.js" crossorigin="anonymous"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion chipper/webroot/sdkapp/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Vector Web App</title>
<link rel="stylesheet" type="text/css" href="../css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/8cdc8cbed9.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/7508f396ac.js" crossorigin="anonymous"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion chipper/webroot/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Wire-Pod Setup</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/8cdc8cbed9.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/7508f396ac.js" crossorigin="anonymous"></script>
</head>

<body>
Expand Down

0 comments on commit fa4690a

Please sign in to comment.