diff --git a/app/components/BookBuilder/Chapter.jsx b/app/components/BookBuilder/Chapter.jsx
index 636c9d578bb43d0ab6b52530f3bb6f2aff17be04..91d47a39496c65a98b2b9be818f6d930c9a5ca7d 100644
--- a/app/components/BookBuilder/Chapter.jsx
+++ b/app/components/BookBuilder/Chapter.jsx
@@ -92,7 +92,7 @@ export class Chapter extends React.Component {
         style={listItemStyle}
       >
 
-        <div className={styles.grabIcon + ' ' + (chapter.division === 'body' ? styles.grabIconBody : '')}>
+        <div className={styles.grabIcon + ' ' + (chapter.subCategory === 'part' ? styles.grabIconPart : '')}>
           <i className='fa fa-circle' />
           <div className={styles.tooltip}>
             Grab to sort
diff --git a/app/components/BookBuilder/styles/bookBuilder.local.scss b/app/components/BookBuilder/styles/bookBuilder.local.scss
index 7dac003553abd635b84d8e09ee01cd5f8b2d64a5..ecdc721aa032e28b456f90a8f8ede6d334a4f3a0 100644
--- a/app/components/BookBuilder/styles/bookBuilder.local.scss
+++ b/app/components/BookBuilder/styles/bookBuilder.local.scss
@@ -188,11 +188,10 @@ $white: #fff;
       cursor: move;
       float: left;
       position: relative;
-      top: 6px;
       width: 3%;
     }
 
-    .grabIconBody {
+    .grabIconPart {
       position: relative;
       bottom: 5px;
       top: 0;