summaryrefslogtreecommitdiff
path: root/libeufin/frontend.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-12-13 00:32:42 +0100
committerMS <ms@taler.net>2020-12-13 00:32:42 +0100
commit60b97eeee91fad75fbc6cd1a77f025c286458663 (patch)
treeeebff247240e1e929c889dbada48180ea2f0b180 /libeufin/frontend.rst
parent2d0cbb26a74ce7d85fdaa7c59b6f88d9430f933a (diff)
downloaddocs-60b97eeee91fad75fbc6cd1a77f025c286458663.tar.gz
docs-60b97eeee91fad75fbc6cd1a77f025c286458663.tar.bz2
docs-60b97eeee91fad75fbc6cd1a77f025c286458663.zip
Use italic the right way.
Diffstat (limited to 'libeufin/frontend.rst')
-rw-r--r--libeufin/frontend.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/frontend.rst b/libeufin/frontend.rst
index 6e9e866d..19fba479 100644
--- a/libeufin/frontend.rst
+++ b/libeufin/frontend.rst
@@ -10,7 +10,7 @@ LibEuFin Frontend is a Single Page Application (SPA) built using React that faci
Architecture
===============
-The frontend code sits in the `/frontend` folder. Files in the subfolders are highlighted below.
+The frontend code sits in the */frontend* folder. Files in the subfolders are highlighted below.
/actions, /reducers folder
--------------------------
@@ -18,7 +18,7 @@ Contains code that uses Redux to store the login state. Prevents user from relog
/routes folder
--------------
-Directs the user to the respective pages according to the URL route. Routes are broken down into `UnauthenticatedRoute` and `AuthenticatedRoute`, which corresponds to the user's login state.
+Directs the user to the respective pages according to the URL route. Routes are broken down into *UnauthenticatedRoute* and *AuthenticatedRoute*, which corresponds to the user's login state.
/components/login
-----------------