This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
5chan
Watch
1
Star
0
Fork
0
mirror of
https://github.com/bitsocialnet/5chan.git
synced
2026-08-03 07:41:04 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b5fec98f9d624a7c7ce3a2d5212f37c642bbdaac
5chan
/
src
/
lib
/
utils
/
view-utils.ts
T
4 lines
89 B
TypeScript
Raw
Normal View
History
Unescape
Escape
ensure homepage always uses yotsuba as theme
2024-03-17 16:27:15 +01:00
export
const
isHomeView
=
(
pathname
:
string
)
:
boolean
=>
{
return
pathname
===
'/'
;
};
Reference in New Issue
Copy Permalink