Skip to content

Commit aad3986

Browse files
committed
Fix icon image
1 parent 2fa16ef commit aad3986

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
property="og:description"
2020
content="Calculate image tokens and costs for requests to Azure OpenAI services with this easy-to-use calculator."
2121
/>
22-
<link rel="icon" href="/icons/icon-72x72.png" />
22+
<link
23+
rel="icon"
24+
href="/openai-image-token-calculator/images/icon-72x72.png"
25+
/>
2326
</head>
2427
<body>
2528
<div id="root"></div>

0 commit comments

Comments
 (0)