mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
Revert "fix: made some missing texts translatable"
This reverts commit deb4e0a0de.
This commit is contained in:
@ -103,7 +103,7 @@ const Layout = () => {
|
||||
<Droppable key={index} droppableId={index}>
|
||||
{(provided) => (
|
||||
<div ref={provided.innerRef} className={styles.column} {...provided.droppableProps}>
|
||||
<p className={styles.heading}>{columnIndex ? t<string>('builder.rightSidebar.sections.layout.sidebar') : t<string>('builder.rightSidebar.sections.layout.main')}</p>
|
||||
<p className={styles.heading}>{columnIndex ? 'Sidebar' : 'Main'}</p>
|
||||
|
||||
<div className={styles.base} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user