diff --git a/index.html b/index.html
index 96c71d4..ce74938 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
timelock-ui
+ Timelock UI - By Stakely
diff --git a/package.json b/package.json
index e8bf952..4e525bb 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "timelock-ui",
"private": true,
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Minimal UI to operate OpenZeppelin TimelockController instances",
"type": "module",
"packageManager": "pnpm@11.1.1",
diff --git a/public/favicon.svg b/public/favicon.svg
index 6893eb1..e8bcc13 100644
--- a/public/favicon.svg
+++ b/public/favicon.svg
@@ -1 +1,13 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/App.tsx b/src/App.tsx
index d9329ae..5153f04 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -2,7 +2,7 @@ import { useCallback, useEffect } from 'react'
import { Routes, Route, NavLink } from 'react-router-dom'
import { ConnectButton } from '@rainbow-me/rainbowkit'
import { useAccount, useChainId, useSwitchChain } from 'wagmi'
-import { Settings2, List, Info, Wallet } from 'lucide-react'
+import { Settings2, List, Info, Wallet, File } from 'lucide-react'
import { Operations } from './pages/Operations'
import { NewOperation } from './pages/NewOperation'
import { Settings } from './pages/Settings'
@@ -138,6 +138,12 @@ export default function App() {
About
+
+
+ OZ Docs
+
-